Commands › Exchange Online

Get-ExoInformationBarrierSegment

Exchange Online ExchangeOnlineManagement Get-*

Use the Get-ExoInformationBarrierSegment to view information barrier segments in your Exchange Online organization.

Quick start script

# Get-ExoInformationBarrierSegment — quick start (serv365.ai)
# 1. Connect (app-only shown; interactive: omit the certificate parameters)
Connect-ExchangeOnline -CertificateThumbprint $thumb -AppId $appId -Organization $org

# 2. Run and inspect
Get-ExoInformationBarrierSegment | Format-List

# 3. Export for evidence / drift tracking
Get-ExoInformationBarrierSegment | Export-Clixml .\ExoInformationBarrierSegment-$(Get-Date -Format yyyyMMdd).xml

Syntax

Get-ExoInformationBarrierSegment [[-Identity] <InformationBarrierSegmentIdParameter>] [-ShowFriendlyValues] [<CommonParameters>]

Parameters (2)

ParameterTypeRequiredWhat it controls
-Identity InformationBarrierSegmentIdParameter The Identity parameter specifies the Exchange Online information barrier segment that you want to view. You can use any value that uniquely identifies the segment. For example:
-ShowFriendlyValues SwitchParameter The ShowFriendlyValues switch specifies whether to show friendly values in the output of the command. You don't need to specify a value with this switch.

Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.