Commands › Exchange Online
Import-FilePlanProperty
For more information, see Security & Compliance PowerShell. Use the Import-FilePlanProperty cmdlet to import file plan properties.
Quick start script
# Import-FilePlanProperty — 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
Import-FilePlanProperty -RawCsv <String> | Format-List
# 3. Export for evidence / drift tracking
Import-FilePlanProperty | Export-Clixml .\FilePlanProperty-$(Get-Date -Format yyyyMMdd).xml
Syntax
Import-FilePlanProperty [-RawCsv] <String>
[-Confirm]
[-DomainController <Fqdn>]
[-Force]
[-ValidateOnly]
[-WhatIf]
[<CommonParameters>]
Parameters (6)
Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.