Commands › Microsoft Teams

Get-CsTeamsAcsFederationConfiguration

Microsoft Teams MicrosoftTeams Get-*

This cmdlet is used to retrieve the federation configuration between Teams and Azure Communication Services.

Quick start script

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

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

Syntax

Get-CsTeamsAcsFederationConfiguration
 [-Identity <String[]>]
 [-Filter <String>]
 [<CommonParameters>]

Parameters (2)

ParameterTypeRequiredWhat it controls
-Filter String Enables you to use wildcards when specifying the Teams and ACS federation configuration settings to be returned. Because you can only have a single, global instance of these settings there is little reason to use the...
-Identity String Specifies the collection of tenant federation configuration settings to be modified. Because each tenant is limited to a single, global collection of federation settings there is no need include this parameter when...

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