Skip to content

Commit ec0ea9f

Browse files
authored
Merge pull request #11115 from rasrivas-ms/patch-1
Update Get-InformationBarrierRecipientStatus.md
2 parents dc02e85 + 1678a92 commit ec0ea9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

exchange/exchange-ps/exchange/Get-InformationBarrierRecipientStatus.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ This cmdlet is available only in Security & Compliance PowerShell. For more info
1616

1717
Use the Get-InformationBarrierRecipientStatus cmdlet to return information about recipients and their relationship to information barrier policies.
1818

19-
**Note**: This cmdlet doesn't work with the latest version of Information Barriers. In the latest version, use the **Get-ExoInformationBarrierRelationship** cmdlet. In legacy mode, use the following command: `Get-Recipient -Identity <IdentityValue> | Format-List Name,*segment*`.
19+
**Note**: This cmdlet doesn't work with information barriers in non-legacy mode. To determine your current mode, see [Check the IB mode for your organization
20+
](https://learn.microsoft.com/purview/information-barriers-multi-segment#check-the-ib-mode-for-your-organization). If you're in non-legacy mode, run the following command to get information about a single recipient: `Get-Recipient -Identity <IdentityValue> | Format-List Name,*segment*`. Similarly, to get the relationship information between two recipients, use the **Get-ExoInformationBarrierRelationship** cmdlet.
2021

2122
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
2223

0 commit comments

Comments
 (0)