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.
20
+
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
21
23
-
If called without parameters, Get-CsHuntgroup returns a collection of all call queues configured to be used in your organization.
22
+
If called without parameters, Get-CsHuntgroup returns a collection of all Call Queues configured to be used in your organization.
24
23
25
-
The Get-CsHuntGroup cmdlet may suggest additional steps required to complete the call queue setup.
24
+
The Get-CsHuntGroup cmdlet may suggest additional steps required to complete the Call Queue setup.
26
25
27
26
## EXAMPLES
28
27
@@ -31,23 +30,23 @@ The Get-CsHuntGroup cmdlet may suggest additional steps required to complete the
31
30
Get-CsHuntGroup
32
31
```
33
32
34
-
This example gets all call queues in the organization.
33
+
This example gets all Call Queues in the organization.
35
34
36
35
### -------------------------- Example 2 --------------------------
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.
40
+
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.
42
41
43
42
44
43
## PARAMETERS
45
44
46
-
### -BypassDualWrite
47
-
PARAMVALUE: $true | $false
45
+
### -PrimaryUri
46
+
The PrimaryUri parameter represents the SIP address for the Call Queue. It must start with "sip:".
48
47
49
48
```yaml
50
-
Type: Object
49
+
Type: System.Uri
51
50
Parameter Sets: (All)
52
51
Aliases:
53
52
Applicable: Skype for Business Online
@@ -59,13 +58,13 @@ Accept pipeline input: False
59
58
Accept wildcard characters: False
60
59
```
61
60
62
-
### -DomainController
63
-
PARAMVALUE: Fqdn
61
+
### -AsJob
62
+
This parameter is reserved for Microsoft internal use only.
64
63
65
64
```yaml
66
-
Type: Object
65
+
Type: SwitchParameter
67
66
Parameter Sets: (All)
68
-
Aliases: DC
67
+
Aliases:
69
68
Applicable: Skype for Business Online
70
69
71
70
Required: False
@@ -75,11 +74,11 @@ Accept pipeline input: False
75
74
Accept wildcard characters: False
76
75
```
77
76
78
-
### -Force
79
-
PARAMVALUE: SwitchParameter
77
+
### -BypassDualWrite
78
+
This parameter is reserved for Microsoft internal use only.
80
79
81
80
```yaml
82
-
Type: SwitchParameter
81
+
Type: System.Boolean
83
82
Parameter Sets: (All)
84
83
Aliases:
85
84
Applicable: Skype for Business Online
@@ -91,13 +90,15 @@ Accept pipeline input: False
91
90
Accept wildcard characters: False
92
91
```
93
92
94
-
### -PrimaryUri
95
-
The PrimaryUri parameter represents the SIP address for the call queue. It must start with "sip:".
93
+
### -DomainController
94
+
This parameter is reserved for Microsoft internal use only.
0 commit comments