Commands › Microsoft Teams

Get-CsAutoAttendantTenantInformation

Microsoft Teams MicrosoftTeams Get-*

Gets the default tenant information for Auto Attendant (AA) feature.

Quick start script

# Get-CsAutoAttendantTenantInformation — 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-CsAutoAttendantTenantInformation | Format-List

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

Syntax

Get-CsAutoAttendantTenantInformation [-Tenant <Guid>] [<CommonParameters>]

Parameters (1)

ParameterTypeRequiredWhat it controls
-Tenant Guid This parameter is reserved for Microsoft internal use only.

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