Commands › Microsoft Teams

Get-CsTeamsMeetingConfiguration

Microsoft Teams MicrosoftTeams Get-*

The CsTeamsMeetingConfiguration cmdlets enable administrators to control the meetings configurations in their tenants.

Quick start script

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

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

Syntax — 2 parameter sets

Identity (Default)

Get-CsTeamsMeetingConfiguration [-Tenant <Guid>] [[-Identity] <XdsIdentity>] [-LocalStore]
 [<CommonParameters>]

Filter

Get-CsTeamsMeetingConfiguration [-Tenant <Guid>] [-Filter <String>] [-LocalStore] [<CommonParameters>]

Parameters (4)

ParameterTypeRequiredWhat it controls
-Filter String Internal Microsoft use
-Identity XdsIdentity The only valid input is "Global"
-LocalStore SwitchParameter Internal Microsoft use
-Tenant Guid Internal Microsoft use

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