You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/policy-and-compliance/Get-InformationBarrierRecipientStatus.md
+19-7Lines changed: 19 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ monikerRange: "o365scc-ps"
11
11
## SYNOPSIS
12
12
This cmdlet is available only in the Office 365 Security & Compliance Center. For more information, see Office 365 Security & Compliance Center PowerShell (https://technet.microsoft.com/library/mt587091.aspx).
13
13
14
-
Use the Get-InformationBarrierRecipientStatus cmdlet to see whether specific user accounts are subject to information barrier policies and segments. You create segments by using the New-OrganizationSegment cmdlet.
14
+
Use the Get-InformationBarrierRecipientStatus cmdlet to return information about recipients and their relationship to information barrier policies.
15
15
16
16
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx).
The following information is returned in the output of this cmdlet:
26
+
27
+
- A warning message that indicates whether or not the recipient is included in an information barrier policy.
28
+
29
+
- If present, the GUID part in the ExOPolicyId property value identifies the information barrier policy that the recipient is included in. You can run the command `Get-InformationBarrierPolicy -ExOPolicyId <GUID>` to identify and view the details of the policy.
30
+
31
+
- Basic information about the recipient (display name, alias, and last name).
32
+
33
+
- Recipient properties that can be used in organization segments (Department, CustomAttributeN, etc.) and the current property values for the recipient.
34
+
25
35
You need to be assigned permissions in the Office 365 Security & Compliance Center before you can use this cmdlet. For more information, see Permissions in Office 365 Security & Compliance Center (https://go.microsoft.com/fwlink/p/?LinkId=511920).
26
36
27
37
## EXAMPLES
@@ -31,16 +41,14 @@ You need to be assigned permissions in the Office 365 Security & Compliance Cent
The Identity2 parameter specifies an optional second recipient that you want to view in relation to the first recipient specified by the Identity parameter. You can use any value that uniquely identifies the second recipient. For example:
83
+
The Identity2 parameter specifies an optional second recipient when you want to view the information barrier policy relationship to the first recipient specified by the Identity parameter. You can use any value that uniquely identifies the second recipient. For example:
76
84
77
85
- Name
78
86
@@ -86,12 +94,16 @@ The Identity2 parameter specifies an optional second recipient that you want to
86
94
87
95
- GUID
88
96
97
+
When you include this parameter in a command, you get output for each recipient.
98
+
99
+
You can only use this parameter with the Identity parameter; you can't use it by itself.
100
+
89
101
```yaml
90
102
Type: RecipientIdParameter
91
103
Parameter Sets: (All)
92
104
Aliases:
93
105
Applicable: Office 365 Security & Compliance Center
0 commit comments