Skip to content

Commit a845948

Browse files
Update Grant-CsTenantDialPlan.md
Removing non-functioning WhatIf and Confirm Parameters
1 parent 2235ee9 commit a845948

File tree

1 file changed

+3
-35
lines changed

1 file changed

+3
-35
lines changed

teams/teams-ps/teams/Grant-CsTenantDialPlan.md

Lines changed: 3 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ Use the Grant-CsTenantDialPlan cmdlet to assign an existing tenant dial plan to
1919

2020
### GrantToTenant (Default)
2121
```
22-
Grant-CsTenantDialPlan [[-PolicyName] <string>] [-Global] [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
22+
Grant-CsTenantDialPlan [[-PolicyName] <string>] [-Global] [-PassThru] [<CommonParameters>]
2323
```
2424

2525
### GrantToGroup
2626
```
27-
Grant-CsTenantDialPlan [-Group] <string> [[-PolicyName] <string>] [-PassThru] [-Rank <int>] [-WhatIf] [-Confirm] [<CommonParameters>]
27+
Grant-CsTenantDialPlan [-Group] <string> [[-PolicyName] <string>] [-PassThru] [-Rank <int>] [<CommonParameters>]
2828
```
2929

3030
### Identity
3131
```
32-
Grant-CsTenantDialPlan [[-Identity] <string>] [[-PolicyName] <string>] [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
32+
Grant-CsTenantDialPlan [[-Identity] <string>] [[-PolicyName] <string>] [-PassThru] [<CommonParameters>]
3333
```
3434

3535
## DESCRIPTION
@@ -163,38 +163,6 @@ Accept pipeline input: True
163163
Accept wildcard characters: False
164164
```
165165
166-
### -WhatIf
167-
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.
168-
169-
```yaml
170-
Type: SwitchParameter
171-
Parameter Sets: (All)
172-
Aliases: wi
173-
Applicable: Microsoft Teams
174-
175-
Required: False
176-
Position: Named
177-
Default value: None
178-
Accept pipeline input: False
179-
Accept wildcard characters: False
180-
```
181-
182-
### -Confirm
183-
The Confirm switch causes the command to pause processing, and requires confirmation to proceed.
184-
185-
```yaml
186-
Type: SwitchParameter
187-
Parameter Sets: (All)
188-
Aliases: cf
189-
Applicable: Microsoft Teams
190-
191-
Required: False
192-
Position: Named
193-
Default value: None
194-
Accept pipeline input: False
195-
Accept wildcard characters: False
196-
```
197-
198166
### CommonParameters
199167
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).`
200168

0 commit comments

Comments
 (0)