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
The Descending parameter sorts Call Queues in descending order
| Type: | SwitchParameter |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
| Applies to: | Skype for Business Online |
The ExcludeContent parameter only displays the Name and Id of the Call Queues
| Type: | SwitchParameter |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
| Applies to: | Skype for Business Online |
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 |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
| Applies to: | Skype for Business Online |
PARAMVALUE: Guid
| Type: | Guid |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
| Applies to: | Skype for Business Online |
The NameFilter parameter returns Call Queues where name contains specified string
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
| Applies to: | Skype for Business Online |
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 |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
| Applies to: | Skype for Business Online |
The Sort parameter specifies the property used to sort.
| Type: | String |
| Position: | Named |
| Default value: | Name |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
| Applies to: | Skype for Business Online |
PARAMVALUE: Guid
| Type: | Guid |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
| Applies to: | Skype for Business Online |
Inputs
Identity
Represents the unique identifier of a Call Queue.
Outputs
Microsoft.Rtc.Management.Hosted.CallQueue.Models.CallQueue
Feedback
Submit and view feedback for