Commands › Microsoft Teams

Get-CsTenantMigrationConfiguration

Microsoft Teams MicrosoftTeams Get-*

Check if Meeting Migration Service (MMS) is enabled in your organization.

Quick start script

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

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

Syntax

Get-CsTenantMigrationConfiguration [-LocalStore] [[-Identity] <XdsIdentity>] [-Tenant <Guid>] [-Filter <String>]
 [<CommonParameters>]

Parameters (4)

ParameterTypeRequiredWhat it controls
-Filter String This parameter is reserved for internal Microsoft use.
-Identity XdsIdentity This parameter is reserved for internal Microsoft use.
-LocalStore SwitchParameter This parameter is reserved for internal Microsoft use.
-Tenant Guid 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.