Commands › Exchange Online

Get-InformationBarrierPoliciesApplicationStatus

Exchange Online ExchangeOnlineManagement Get-*

For more information, see Security & Compliance PowerShell. Use the Get-InformationBarrierPoliciesApplicationStatus cmdlet to view the application status of information barrier policies.

Quick start script

# Get-InformationBarrierPoliciesApplicationStatus — 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-InformationBarrierPoliciesApplicationStatus | Format-List

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

Syntax — 2 parameter sets

Default (Default)

Get-InformationBarrierPoliciesApplicationStatus [-All]
 [<CommonParameters>]

Identity

Get-InformationBarrierPoliciesApplicationStatus [[-Identity] <PolicyIdParameter>]
 [-All]
 [<CommonParameters>]

Parameters (2)

ParameterTypeRequiredWhat it controls
-Identity PolicyIdParameter The Identity parameter specifies the information barrier policy application that you want to view. This value is a GUID that's displayed when you run the Start-InformationBarrierPoliciesApplication cmdlet (for...
-All SwitchParameter The All switch specifies whether to include all applications of information barrier policies in the results. 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.