Get-InformationBarrierRecipientStatus
此 cmdlet 仅在安全性 & 合规性 PowerShell 中可用。 有关详细信息,请参阅 安全性 & 合规性 PowerShell。
使用 Get-InformationBarrierRecipientStatus cmdlet 返回有关收件人及其与信息屏障策略的关系的信息。
有关以下语法部分的参数设置的详细信息,请参阅 Exchange cmdlet 语法。
语法
Get-InformationBarrierRecipientStatus
[-Identity] <RecipientIdParameter>
[[-Identity2] <RecipientIdParameter>]
[<CommonParameters>]
说明
此 cmdlet 的输出中返回以下信息:
- 一条警告消息,指示收件人是否包含在信息屏障策略中。
- 如果存在,则 ExOPolicyId 属性值中的 GUID 部分标识收件人包含的信息屏障策略。 可以运行 命令
Get-InformationBarrierPolicy -ExOPolicyId <GUID>
来标识和查看策略的详细信息。 - 有关收件人的基本信息 (显示姓名、别名和姓氏) 。
- 可用于组织段的收件人属性 (Department、CustomAttributeN 等) 和收件人的当前属性值。
若要在安全性 & 合规性 PowerShell 中使用此 cmdlet,需要分配权限。 有关详细信息,请参阅 Microsoft Purview 合规门户中的权限。
示例
示例 1
Get-InformationBarrierRecipientStatus -Identity meganb
此示例返回用户 meganb 的信息屏障策略信息。
示例 2
Get-InformationBarrierRecipientStatus -Identity meganb -Identity2 alexw
此示例返回用户 meganb 和 alexw 的信息屏障策略关系。
参数
-Identity
Identity 参数指定要查看其段和策略分配信息的收件人。 可以使用任何能够唯一标识该收件人的值。 例如:
- 名称
- 别名
- 可分辨名称 (DN)
- 可分辨名称 (DN)
- 规范 DN
- GUID
Type: | RecipientIdParameter |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | Security & Compliance |
-Identity2
当你想要查看与 Identity 参数指定的第一个收件人的信息屏障策略关系时,Identity2 参数指定可选的第二个收件人。 可以使用唯一标识第二个收件人的任何值。 例如:
- 名称
- 别名
- 可分辨名称 (DN)
- 可分辨名称 (DN)
- 规范 DN
- GUID
在命令中包含此参数时,将获得每个收件人的输出。
只能将此参数与 Identity 参数一起使用;不能单独使用它。
Type: | RecipientIdParameter |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | Security & Compliance |