Commands › Microsoft Teams

Get-CsTeamsGuestMeetingConfiguration

Microsoft Teams MicrosoftTeams Get-*

Designates what meeting features guests using Microsoft Teams will have available.

Quick start script

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

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

Syntax — 2 parameter sets

Identity (Default)

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

Filter

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

Parameters (4)

ParameterTypeRequiredWhat it controls
-Filter String Internal Microsoft use.
-Identity XdsIdentity The only value accepted 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.