Skip to content

Commit aedc3f8

Browse files
Update Grant-CsOnlineVoiceRoutingPolicy.md
Removing non-functioning WhatIf and Confirm params
1 parent a845948 commit aedc3f8

File tree

1 file changed

+6
-37
lines changed

1 file changed

+6
-37
lines changed

teams/teams-ps/teams/Grant-CsOnlineVoiceRoutingPolicy.md

Lines changed: 6 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ Assigns a per-user online voice routing policy to one user, a group of users, or
1818
## SYNTAX
1919

2020
### Identity (Default)
21-
```
22-
Grant-CsOnlineVoiceRoutingPolicy [[-Identity] <string>] [[-PolicyName] <string>] [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
21+
```powershell
22+
Grant-CsOnlineVoiceRoutingPolicy [[-Identity] <string>] [[-PolicyName] <string>] [-PassThru] [<CommonParameters>]
2323
```
2424

2525
### GrantToTenant
26-
```
27-
Grant-CsOnlineVoiceRoutingPolicy [[-PolicyName] <string>] [-PassThru] [-Global] [-WhatIf] [-Confirm] [<CommonParameters>]
26+
```powershell
27+
Grant-CsOnlineVoiceRoutingPolicy [[-PolicyName] <string>] [-PassThru] [-Global] [<CommonParameters>]
2828
```
2929

3030
### GrantToGroup
31-
```
32-
Grant-CsOnlineVoiceRoutingPolicy [-Group] <string> [[-PolicyName] <string>] [-PassThru] [-Rank <int>] [-WhatIf] [-Confirm] [<CommonParameters>]
31+
```powershell
32+
Grant-CsOnlineVoiceRoutingPolicy [-Group] <string> [[-PolicyName] <string>] [-PassThru] [-Rank <int>] [<CommonParameters>]
3333
```
3434

3535
## DESCRIPTION
@@ -168,37 +168,6 @@ Accept pipeline input: False
168168
Accept wildcard characters: False
169169
```
170170

171-
### -WhatIf
172-
Shows what would happen if the cmdlet runs.
173-
The cmdlet is not run.
174-
175-
```yaml
176-
Type: SwitchParameter
177-
Parameter Sets: (All)
178-
Aliases: wi
179-
180-
Required: False
181-
Position: Named
182-
Default value: None
183-
Accept pipeline input: False
184-
Accept wildcard characters: False
185-
```
186-
187-
### -Confirm
188-
Prompts you for confirmation before running the cmdlet.
189-
190-
```yaml
191-
Type: SwitchParameter
192-
Parameter Sets: (All)
193-
Aliases: cf
194-
195-
Required: False
196-
Position: Named
197-
Default value: None
198-
Accept pipeline input: False
199-
Accept wildcard characters: False
200-
```
201-
202171
### CommonParameters
203172
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).
204173

0 commit comments

Comments
 (0)