Get-CsCallQueue

The Get-CsCallQueue cmdlet returns the identified Call Queues.

Syntax

Get-CsCallQueue
   [-Identity <Guid>]
   [-Tenant <Guid>]
   [-First <Int32>]
   [-Skip <Int32>]
   [-ExcludeContent <Switch>]
   [-Sort <String>]
   [-Descending <Switch>]
   [-NameFilter <String>]
   [<CommonParameters>]

Description

The Get-CsCallQueue cmdlet lets you retrieve information about the Call Queues in your organization. Call Queue output contains statistical data on the number of active calls that are in the queue.

Examples

-------------------------- Example 1 --------------------------

Get-CsCallQueue

This example gets all Call Queues in the organization.

-------------------------- Example 2 --------------------------

Get-CsCallQueue -Identity 5e3a575e-1faa-49ff-83c2-5cf1c36c0e01

This example gets the Call Queue with the identity 5e3a575e-1faa-49ff-83c2-5cf1c36c0e01. If no Call Queue exists with the identity 5e3a575e-1faa-49ff-83c2-5cf1c36c0e01, then this example generates an error.

Parameters

-Descending

The Descending parameter sorts Call Queues in descending order

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Microsoft Teams

-ExcludeContent

The ExcludeContent parameter only displays the Name and Id of the Call Queues

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Microsoft Teams

-First

The First parameter gets the first N Call Queues. The default behavior is to return the first 100 number of queues. It is intended to be used for pagination purposes.

Type:Int32
Position:Named
Default value:100
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Microsoft Teams

-Identity

PARAMVALUE: Guid

Type:Guid
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Microsoft Teams

-NameFilter

The NameFilter parameter returns Call Queues where name contains specified string

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Microsoft Teams

-Skip

The Skip parameter skips the first N Call Queues. It is intended to be used for pagination purposes.

Type:Int32
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Microsoft Teams

-Sort

The Sort parameter specifies the property used to sort.

Type:String
Position:Named
Default value:Name
Required:True
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Microsoft Teams

-Tenant

PARAMVALUE: Guid

Type:Guid
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Microsoft Teams

Inputs

Identity

Represents the unique identifier of a Call Queue.

Outputs

Microsoft.Rtc.Management.Hosted.CallQueue.Models.CallQueue