Commands › Microsoft Teams

Get-CsTeamsEducationConfiguration

Microsoft Teams MicrosoftTeams Get-*

This cmdlet is used to retrieve the organization-wide education configuration for Teams.

Quick start script

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

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

Syntax — 2 parameter sets

Identity (Default)

Get-CsTeamsEducationConfiguration [-Identity <String>] [<CommonParameters>]

Filter

Get-CsTeamsEducationConfiguration [-Filter <String>] [<CommonParameters>]

Parameters (2)

ParameterTypeRequiredWhat it controls
-Filter String Enables you to use wildcard characters in order to return a collection of team education configuration settings.
-Identity String The unique identifier of the configuration.

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