Commands › Exchange Online
Get-BlockedConnector
View inbound connectors that have been detected as potentially compromised. Blocked connectors are prevented from sending email.
Quick start script
# Get-BlockedConnector — 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-BlockedConnector | Format-List
# 3. Export for evidence / drift tracking
Get-BlockedConnector | Export-Clixml .\BlockedConnector-$(Get-Date -Format yyyyMMdd).xml
Syntax
Get-BlockedConnector [-ConnectorId <Guid>] [<CommonParameters>]
Parameters (1)
Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.