Commands › Exchange Online
Add-GlobalMonitoringOverride
Override the thresholds and parameters of the managed availability probes, monitors and responders on all Exchange 2013 or later servers in your organization. The cmdlet enables monitoring changes and threshold tuning to the environment.
Quick start script
# Add-GlobalMonitoringOverride — 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-GlobalMonitoringOverride -Identity <String> -ApplyVersion <Version> -ItemType <MonitoringItemTypeEnum> | Format-List
# 3. Export for evidence / drift tracking
Add-GlobalMonitoringOverride | Export-Clixml .\GlobalMonitoringOverride-$(Get-Date -Format yyyyMMdd).xml
Syntax — 2 parameter sets
ApplyVersion
Add-GlobalMonitoringOverride [-Identity] <String> -ApplyVersion <Version> -ItemType <MonitoringItemTypeEnum> -PropertyName <String> -PropertyValue <String>
[-Confirm]
[-DomainController <Fqdn>]
[-Roles <String>]
[-WhatIf]
[<CommonParameters>]
Duration
Add-GlobalMonitoringOverride [-Identity] <String> -ItemType <MonitoringItemTypeEnum> -PropertyName <String> -PropertyValue <String>
[-BuildRange <String>]
[-Duration <EnhancedTimeSpan>]
[-Confirm]
[-DomainController <Fqdn>]
[-Roles <String>]
[-WhatIf]
[<CommonParameters>]
Parameters (11)
Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.