Powershell:根据内容类型获取已启用保留策略的用户

Powershell: Getting users for whom retention policy has been enabled based on content type

有没有办法根据内容类型(即电子邮件、Skype for Business、Onedrive 等)获取已启用保留策略的用户列表?有这些命令可以查看策略和规则,但无论如何我都无法找到已启用保留策略的内容和用户列表。

Get-RetentionComplianceRule

Get-RetentionCompliancePolicy

基本上,我想要一种检索 Skype for Business 用户的方法,如上图红色部分所示。

试试这个: Get-RetentionCompliancePolicy -identity "SfB_Retention" -distributiondetail | Select-Object SkypeLocation