Skip to content

Commit 9a386a0

Browse files
Update Grant-CsTeamsUpgradePolicy.md
Removing non-functioning params
1 parent e79c1af commit 9a386a0

File tree

1 file changed

+6
-38
lines changed

1 file changed

+6
-38
lines changed

teams/teams-ps/teams/Grant-CsTeamsUpgradePolicy.md

Lines changed: 6 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,21 @@ TeamsUpgradePolicy allows administrators to manage the transition from Skype for
1919
## SYNTAX
2020

2121
### Identity (Default)
22-
```
22+
```powershell
2323
Grant-CsTeamsUpgradePolicy [[-Identity] <String>] [-MigrateMeetingsToTeams <Boolean>] [-PassThru]
24-
[[-PolicyName] <String>] [-MsftInternalProcessingMode <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
24+
[[-PolicyName] <String>] [-MsftInternalProcessingMode <String>] [<CommonParameters>]
2525
```
2626

2727
### GrantToTenant
28-
```
28+
```powershell
2929
Grant-CsTeamsUpgradePolicy [-MigrateMeetingsToTeams <Boolean>] [-PassThru] [[-PolicyName] <String>]
30-
[-MsftInternalProcessingMode <String>] [-Force] [-Global] [-WhatIf] [-Confirm] [<CommonParameters>]
30+
[-MsftInternalProcessingMode <String>] [-Force] [-Global] [<CommonParameters>]
3131
```
3232

3333
### GrantToGroup
34-
```
34+
```powershell
3535
Grant-CsTeamsUpgradePolicy [-MigrateMeetingsToTeams <Boolean>] [-PassThru] [[-PolicyName] <String>]
36-
[-MsftInternalProcessingMode <String>] -Group <String> [-Rank <Int32>] [-WhatIf] [-Confirm]
36+
[-MsftInternalProcessingMode <String>] -Group <String> [-Rank <Int32>]
3737
[<CommonParameters>]
3838
```
3939

@@ -213,22 +213,6 @@ Accept pipeline input: False
213213
Accept wildcard characters: False
214214
```
215215
216-
### -Confirm
217-
218-
Prompts you for confirmation before running the cmdlet.
219-
220-
```yaml
221-
Type: SwitchParameter
222-
Parameter Sets: (All)
223-
Aliases: cf
224-
225-
Required: False
226-
Position: Named
227-
Default value: None
228-
Accept pipeline input: False
229-
Accept wildcard characters: False
230-
```
231-
232216
### -Tenant
233217
234218
Do not use.
@@ -324,22 +308,6 @@ Accept pipeline input: False
324308
Accept wildcard characters: False
325309
```
326310
327-
### -WhatIf
328-
Shows what would happen if the cmdlet runs.
329-
The cmdlet is not run.
330-
331-
```yaml
332-
Type: SwitchParameter
333-
Parameter Sets: (All)
334-
Aliases: wi
335-
336-
Required: False
337-
Position: Named
338-
Default value: None
339-
Accept pipeline input: False
340-
Accept wildcard characters: False
341-
```
342-
343311
344312
## INPUTS
345313

0 commit comments

Comments
 (0)