Commands › Exchange Online
Start-InformationBarrierPoliciesApplication
For more information, see Security & Compliance PowerShell. Use the Start-InformationBarrierPoliciesApplication cmdlet to apply active information barrier policies in the Microsoft Purview compliance portal.
Quick start script
# Start-InformationBarrierPoliciesApplication — 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
Start-InformationBarrierPoliciesApplication | Format-List
# 3. Export for evidence / drift tracking
Start-InformationBarrierPoliciesApplication | Export-Clixml .\InformationBarrierPoliciesApplication-$(Get-Date -Format yyyyMMdd).xml
Syntax
Start-InformationBarrierPoliciesApplication [[-Identity] <PolicyIdParameter>]
[-CleanupGroupSegmentLink]
[-Confirm]
[-WhatIf]
[<CommonParameters>]
Parameters (4)
Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.