Commands › Exchange Online

Get-ServerMonitoringOverride

Exchange Online ExchangeOnlineManagement Get-*

Return all overrides created on the specified server.

Quick start script

# Get-ServerMonitoringOverride — 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-ServerMonitoringOverride -Server <ServerIdParameter> | Format-List

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

Syntax

Get-ServerMonitoringOverride -Server <ServerIdParameter>
 [<CommonParameters>]

Parameters (1)

ParameterTypeRequiredWhat it controls
-Server ServerIdParameter yes The Server parameter specifies the Exchange server where you want to run this command. You can use any value that uniquely identifies the server. For example:

Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.