You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
21
+
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.
22
+
23
+
If called without parameters, Get-CsHuntgroup returns a collection of all call queues configured to be used in your organization.
24
+
25
+
If you are a hybrid tenant, you may need to execute additional cmdlets on your on-premise deployments. The Get-CsHuntGroup will request further steps, if those steps are necessary for you.
22
26
23
27
## EXAMPLES
24
28
@@ -31,10 +35,10 @@ This example gets all call queues in the organization.
31
35
32
36
### -------------------------- Example 2 --------------------------
This example gets all call queues for helpdesk@litwareinc.com.
41
+
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.
@@ -30,18 +30,28 @@ Note, you need to specify UseDefaultMusicOnHold $True (default is none), or prov
30
30
31
31
MusicOnHoldFileName and MusicOnHoldFileContent cannot be empty so you must specify a valid MusicOnHoldFileName and MusicOnHoldFileContent or set UseDefaultMusicOnHold to true.
32
32
33
-
The following parameters are not applicable to Skype for Business Online: AllowOptOut, AsJob, ClientAudience, DomainController, Force, HuntGroupServiceCallbackUri, PipelineVariable, Ring, and RoutingMethod
33
+
If you are a hybrid tenant, you may need to execute additional cmdlets on your on-premise deployments. The New-CsHuntGroup will request further steps, if those steps are necessary for you.
34
+
35
+
The following parameters are not applicable to Skype for Business Online: AsJob, ClientAudience, DomainController, Force, HuntGroupServiceCallbackUri, PipelineVariable, and Ring.
34
36
35
37
36
38
## EXAMPLES
37
39
38
40
### -------------------------- Example 1 --------------------------
This example saves the contents of music on hold and welcome music files in temporary variables. Then, it creates a call queue for the organization named "Help Desk" in the domain "litwareinc.com" using those contents and other configurable parameters.
The Remove-CsHuntGroup cmdlet deletes an existing call queue specified by the PrimaryUri parameter.
22
+
23
+
If you are a hybrid tenant, you may need to execute additional cmdlets on your on-premise deployments. The Remove-CsHuntGroup will request further steps, if those steps are necessary for you.
22
24
23
25
## EXAMPLES
24
26
25
27
### -------------------------- Example 1 --------------------------
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
0 commit comments