Skip to content

Commit badd18d

Browse files
authored
Update Get-InformationBarrierRecipientStatus.md
Add information about non-Legacy modes and alternatives to use if you are in a non-Legacy mode.
1 parent dc02e85 commit badd18d

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 non-Legacy mode of Information Barriers. To determine your organization's mode, see [Check the IB mode for your organization
20+
](https://learn.microsoft.com/en-us/purview/information-barriers-multi-segment#check-the-ib-mode-for-your-organization). If you are in non-Legacy mode, use `Get-Recipient -Identity <IdentityValue> | Format-List Name,*segment*` to get information about a single recipient. Similarly, to get relationship between two recipients, use **Get-ExoInformationBarrierRelationship**.
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)