Get-CsHuntGroup
The Get-CsHuntGroup cmdlet returns the identified Call Queues.
Syntax
Get-CsHuntGroup
[-PrimaryUri <System.Uri>]
[<CommonParameters>]
Description
The Get-CsHuntGroup 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.
If called without parameters, Get-CsHuntgroup returns a collection of all Call Queues configured to be used in your organization.
The Get-CsHuntGroup cmdlet may suggest additional steps required to complete the Call Queue setup.
Please Note: This cmdlet is part of the first generation provisioning and is no longer supported. Please use the cmdlets which follow this format "-CsCallQueue" instead.
Examples
-------------------------- Example 1 --------------------------
Get-CsHuntGroup
This example gets all Call Queues in the organization.
-------------------------- Example 2 --------------------------
Get-CsHuntGroup -PrimaryUri "sip:hg_a82e2406b9b5474a9878e9659f32dbc3@litwareinc.com"
This example gets the Call Queue with the primary uri "sip:hg_a82e2406b9b5474a9878e9659f32dbc3@litwareinc.com". If no Call Queue exists with the primary uri "sip:hg_a82e2406b9b5474a9878e9659f32dbc3@litwareinc.com", then this example generates an error.
Parameters
This parameter is reserved for Microsoft internal use only.
Type: | System.Boolean |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Skype for Business Online |
This parameter is reserved for Microsoft internal use only.
PARAMVALUE: Fqdn
Type: | System.String |
Aliases: | DC |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Skype for Business Online |
This parameter is reserved for Microsoft internal use only.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Skype for Business Online |
The PrimaryUri parameter represents the SIP address for the Call Queue. It must start with "sip:".
Type: | System.Uri |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Skype for Business Online |
This parameter is reserved for Microsoft internal use only.
Type: | System.Guid |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Skype for Business Online |
Outputs
Microsoft.Rtc.Management.Hosted.HuntGroup.Models.HuntGroup