Skip to content

Commit ff999cb

Browse files
authored
Update Remove-CsHuntGroup.md
1 parent 9d8b74b commit ff999cb

File tree

1 file changed

+4
-158
lines changed

1 file changed

+4
-158
lines changed

skype/skype-ps/skype/Remove-CsHuntGroup.md

Lines changed: 4 additions & 158 deletions
Original file line numberDiff line numberDiff line change
@@ -13,161 +13,7 @@ ms.reviewer:
1313
# Remove-CsHuntGroup
1414

1515
## SYNOPSIS
16-
The Remove-CsHuntGroup cmdlet deletes an existing Call Queue.
17-
18-
## SYNTAX
19-
20-
```
21-
Remove-CsHuntGroup -PrimaryUri <System.Uri> [<CommonParameters>]
22-
```
23-
24-
## DESCRIPTION
25-
The Remove-CsHuntGroup cmdlet deletes an existing Call Queue specified by the PrimaryUri parameter.
26-
27-
The Remove-CsHuntGroup cmdlet may suggest additional steps required to complete the Call Queue setup.
28-
29-
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.
30-
31-
## EXAMPLES
32-
33-
### -------------------------- Example 1 --------------------------
34-
```
35-
Remove-CsHuntGroup -PrimaryUri "sip:[email protected]"
36-
```
37-
38-
This example deletes the Call Queue with the primary uri "sip:hg_a82e2406b9b5474a9878e9659f32dbc3@litwareinc.com".
39-
40-
41-
42-
43-
## PARAMETERS
44-
45-
### -PrimaryUri
46-
The PrimaryUri parameter represents the SIP address for the Call Queue. It must start with "sip:".
47-
48-
```yaml
49-
Type: System.Uri
50-
Parameter Sets: (All)
51-
Aliases:
52-
Applicable: Skype for Business Online
53-
54-
Required: True
55-
Position: Named
56-
Default value: None
57-
Accept pipeline input: False
58-
Accept wildcard characters: False
59-
```
60-
61-
### -BypassDualWrite
62-
This parameter is reserved for Microsoft internal use only.
63-
64-
```yaml
65-
Type: System.Boolean
66-
Parameter Sets: (All)
67-
Aliases:
68-
Applicable: Skype for Business Online
69-
70-
Required: False
71-
Position: Named
72-
Default value: None
73-
Accept pipeline input: False
74-
Accept wildcard characters: False
75-
```
76-
77-
### -Confirm
78-
The Confirm switch causes the command to pause processing, and requires confirmation to proceed. This parameter is reserved for Microsoft internal use only.
79-
80-
```yaml
81-
Type: SwitchParameter
82-
Parameter Sets: (All)
83-
Aliases: cf
84-
Applicable: Skype for Business Online
85-
86-
Required: False
87-
Position: Named
88-
Default value: None
89-
Accept pipeline input: False
90-
Accept wildcard characters: False
91-
```
92-
93-
### -DomainController
94-
This parameter is reserved for Microsoft internal use only.
95-
96-
PARAMVALUE: Fqdn
97-
98-
```yaml
99-
Type: Object
100-
Parameter Sets: (All)
101-
Aliases: DC
102-
Applicable: Skype for Business Online
103-
104-
Required: False
105-
Position: Named
106-
Default value: None
107-
Accept pipeline input: False
108-
Accept wildcard characters: False
109-
```
110-
111-
### -Force
112-
This parameter is reserved for Microsoft internal use only.
113-
114-
```yaml
115-
Type: SwitchParameter
116-
Parameter Sets: (All)
117-
Aliases:
118-
Applicable: Skype for Business Online
119-
120-
Required: False
121-
Position: Named
122-
Default value: None
123-
Accept pipeline input: False
124-
Accept wildcard characters: False
125-
```
126-
127-
### -Tenant
128-
This parameter is reserved for Microsoft internal use only.
129-
130-
```yaml
131-
Type: System.Guid
132-
Parameter Sets: (All)
133-
Aliases:
134-
Applicable: Skype for Business Online
135-
136-
Required: False
137-
Position: Named
138-
Default value: None
139-
Accept pipeline input: False
140-
Accept wildcard characters: False
141-
```
142-
143-
### -WhatIf
144-
The WhatIf switch causes the command to simulate its results. By using this switch, you can view what changes would occur without having to commit those changes. This parameter is reserved for Microsoft internal use only.
145-
146-
```yaml
147-
Type: SwitchParameter
148-
Parameter Sets: (All)
149-
Aliases: wi
150-
Applicable: Skype for Business Online
151-
152-
Required: False
153-
Position: Named
154-
Default value: None
155-
Accept pipeline input: False
156-
Accept wildcard characters: False
157-
```
158-
159-
### CommonParameters
160-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
161-
162-
## INPUTS
163-
164-
### System.Uri
165-
166-
## OUTPUTS
167-
168-
### Microsoft.Rtc.Management.Hosted.HuntGroup.Models.HuntGroup
169-
170-
## NOTES
171-
172-
## RELATED LINKS
173-
16+
> [!CAUTION]
17+
> This cmdlet has been deprecated and is no longer supported.
18+
>
19+
> Please use [Remove-CsCallQueue](Remove-CsCallQueue.md) cmdlet instead.

0 commit comments

Comments
 (0)