Commands › Microsoft Teams
Get-CsCallQueue
The Get-CsCallQueue cmdlet returns the identified Call Queues.
Quick start script
# Get-CsCallQueue — 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-CsCallQueue -NameFilter <String> -Sort <String> | Format-List
# 3. Export for evidence / drift tracking
Get-CsCallQueue | Export-Clixml .\CsCallQueue-$(Get-Date -Format yyyyMMdd).xml
Syntax
Get-CsCallQueue [-Identity <Guid>] [-Tenant <Guid>] [-First <Int32>] [-Skip <Int32>] [-ExcludeContent <Switch>] [-Sort <String>] [-Descending <Switch>] [-NameFilter <String>] [<CommonParameters>]
Parameters (8)
Message Center changes mentioning this command
Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.