Commands › Microsoft Teams

Get-CsTenantLicensingConfiguration

Microsoft Teams MicrosoftTeams Get-*

Indicates whether licensing information for the specified tenant is available in the Teams admin center.

Quick start script

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

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

Syntax — 2 parameter sets

Identity (Default)

Get-CsTenantLicensingConfiguration [[-Identity] <String>] [-MsftInternalProcessingMode <String>]
 [<CommonParameters>]

Filter

Get-CsTenantLicensingConfiguration [-MsftInternalProcessingMode <String>] [-Filter <String>]
 [<CommonParameters>]

Parameters (3)

ParameterTypeRequiredWhat it controls
-Filter String Enables you to use wildcard characters in order to return a collection of tenant licensing configuration settings. Because each tenant is limited to a single, global collection of licensing configuration settings...
-Identity XdsIdentity Specifies the collection of tenant licensing configuration settings to be returned. Because each tenant is limited to a single, global collection of licensing settings there is no need include this parameter when...
-MsftInternalProcessingMode String For internal use only.

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