Commands › Exchange Online
Add-ServerMonitoringOverride
Override the thresholds and parameters of managed availability probes, monitors, and responders on Exchange servers.
Quick start script
# Add-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
Add-ServerMonitoringOverride -Identity <String> -ApplyVersion <Version> -ItemType <MonitoringItemTypeEnum> | Format-List
# 3. Export for evidence / drift tracking
Add-ServerMonitoringOverride | Export-Clixml .\ServerMonitoringOverride-$(Get-Date -Format yyyyMMdd).xml
Syntax — 2 parameter sets
ApplyVersion
Add-ServerMonitoringOverride [-Identity] <String> -ApplyVersion <Version> -ItemType <MonitoringItemTypeEnum> -PropertyName <String> -PropertyValue <String> -Server <ServerIdParameter>
[-Confirm]
[-WhatIf]
[<CommonParameters>]
Duration
Add-ServerMonitoringOverride [-Identity] <String> -ItemType <MonitoringItemTypeEnum> -PropertyName <String> -PropertyValue <String> -Server <ServerIdParameter>
[-Duration <EnhancedTimeSpan>]
[-Confirm]
[-WhatIf]
[<CommonParameters>]
Parameters (9)
Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.