Commands › Microsoft Teams

Get-CsOnlineEnhancedEmergencyServiceDisclaimer

Microsoft Teams MicrosoftTeams Get-*

Determine whether your organization has accepted the terms and conditions of enhanced emergency service.

Quick start script

# Get-CsOnlineEnhancedEmergencyServiceDisclaimer — quick start (serv365.ai)
# 1. Connect (app-only shown; interactive: omit the certificate parameters)
Connect-MicrosoftTeams -CertificateThumbprint $thumb -ApplicationId $appId -TenantId $tenantId

# 2. Run and inspect
Get-CsOnlineEnhancedEmergencyServiceDisclaimer | Format-List

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

Syntax

Get-CsOnlineEnhancedEmergencyServiceDisclaimer [-CountryOrRegion <CountryInfo>] [-DomainController <Fqdn>] [-Force] [-Tenant <Guid>] [-Version <String>] [<CommonParameters>]

Parameters (5)

ParameterTypeRequiredWhat it controls
-CountryOrRegion CountryInfo Specifies the region or country whose terms and conditions you wish to verify. The United States is currently the only country supported, but it must be specified as "US".
-DomainController Fqdn This parameter is reserved for internal Microsoft use.
-Force SwitchParameter The Force switch specifies whether to suppress warning and confirmation messages. It can be useful in scripting to suppress interactive prompts. If the Force switch isn't provided in the command, you're prompted for...
-Tenant Guid This parameter is reserved for internal Microsoft use.
-Version String This parameter is reserved for internal Microsoft use.

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