File tree Expand file tree Collapse file tree 1 file changed +6
-38
lines changed Expand file tree Collapse file tree 1 file changed +6
-38
lines changed Original file line number Diff line number Diff line change @@ -19,21 +19,21 @@ TeamsUpgradePolicy allows administrators to manage the transition from Skype for
19
19
## SYNTAX
20
20
21
21
### Identity (Default)
22
- ```
22
+ ``` powershell
23
23
Grant-CsTeamsUpgradePolicy [[-Identity] <String>] [-MigrateMeetingsToTeams <Boolean>] [-PassThru]
24
- [[-PolicyName] <String>] [-MsftInternalProcessingMode <String>] [-WhatIf] [-Confirm] [ <CommonParameters>]
24
+ [[-PolicyName] <String>] [-MsftInternalProcessingMode <String>] [<CommonParameters>]
25
25
```
26
26
27
27
### GrantToTenant
28
- ```
28
+ ``` powershell
29
29
Grant-CsTeamsUpgradePolicy [-MigrateMeetingsToTeams <Boolean>] [-PassThru] [[-PolicyName] <String>]
30
- [-MsftInternalProcessingMode <String>] [-Force] [-Global] [-WhatIf] [-Confirm] [ <CommonParameters>]
30
+ [-MsftInternalProcessingMode <String>] [-Force] [-Global] [<CommonParameters>]
31
31
```
32
32
33
33
### GrantToGroup
34
- ```
34
+ ``` powershell
35
35
Grant-CsTeamsUpgradePolicy [-MigrateMeetingsToTeams <Boolean>] [-PassThru] [[-PolicyName] <String>]
36
- [-MsftInternalProcessingMode <String>] -Group <String> [-Rank <Int32>] [-WhatIf] [-Confirm]
36
+ [-MsftInternalProcessingMode <String>] -Group <String> [-Rank <Int32>]
37
37
[<CommonParameters>]
38
38
```
39
39
@@ -213,22 +213,6 @@ Accept pipeline input: False
213
213
Accept wildcard characters : False
214
214
` ` `
215
215
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
-
232
216
### -Tenant
233
217
234
218
Do not use.
@@ -324,22 +308,6 @@ Accept pipeline input: False
324
308
Accept wildcard characters : False
325
309
` ` `
326
310
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
-
343
311
344
312
## INPUTS
345
313
You can’t perform that action at this time.
0 commit comments