Commands › Exchange Online
Get-IPBlockListEntry
This cmdlet is available or effective only on Edge Transport servers in on-premises Exchange. Use the Get-IPBlockListEntry cmdlet to view the IP Block list entries that are used by the Connection Filtering agent on Edge Transport servers.
Quick start script
# Get-IPBlockListEntry — 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-IPBlockListEntry -IPAddress <IPAddress> | Format-List
# 3. Export for evidence / drift tracking
Get-IPBlockListEntry | Export-Clixml .\IPBlockListEntry-$(Get-Date -Format yyyyMMdd).xml
Syntax — 2 parameter sets
Identity
Get-IPBlockListEntry [[-Identity] <IPListEntryIdentity>]
[-ResultSize <Unlimited>]
[-Server <ServerIdParameter>]
[<CommonParameters>]
IPAddress
Get-IPBlockListEntry -IPAddress <IPAddress>
[-ResultSize <Unlimited>]
[-Server <ServerIdParameter>]
[<CommonParameters>]
Parameters (4)
Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.