Skip to content

Commit c663f51

Browse files
Update Grant-CsTeamsUpdateManagementPolicy.md
removing non-functioning params
1 parent 35aded6 commit c663f51

File tree

1 file changed

+6
-37
lines changed

1 file changed

+6
-37
lines changed

teams/teams-ps/teams/Grant-CsTeamsUpdateManagementPolicy.md

Lines changed: 6 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,22 @@ Use this cmdlet to grant a specific Teams Update Management policy to a user.
1818
## SYNTAX
1919

2020
### Identity (Default)
21-
```
21+
```powershell
2222
Grant-CsTeamsUpdateManagementPolicy [[-Identity] <String>] [-PassThru] [[-PolicyName] <String>]
23-
[-MsftInternalProcessingMode <String>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
23+
[-MsftInternalProcessingMode <String>] [-ProgressAction <ActionPreference>]
2424
[<CommonParameters>]
2525
```
2626

2727
### GrantToTenant
28-
```
28+
```powershell
2929
Grant-CsTeamsUpdateManagementPolicy [-PassThru] [[-PolicyName] <String>] [-MsftInternalProcessingMode <String>]
30-
[-Global] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
30+
[-Global] [-ProgressAction <ActionPreference>] [<CommonParameters>]
3131
```
3232

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

@@ -51,21 +51,6 @@ In this example, the policy "Campaign Policy" is granted to the user kenmyer@lit
5151

5252
## PARAMETERS
5353

54-
### -Confirm
55-
Prompts you for confirmation before running the cmdlet.
56-
57-
```yaml
58-
Type: SwitchParameter
59-
Parameter Sets: (All)
60-
Aliases: cf
61-
62-
Required: False
63-
Position: Named
64-
Default value: None
65-
Accept pipeline input: False
66-
Accept wildcard characters: False
67-
```
68-
6954
### -Global
7055
Use this parameter to make the specified policy in -PolicyName the new effective global policy.
7156

@@ -156,22 +141,6 @@ Accept pipeline input: False
156141
Accept wildcard characters: False
157142
```
158143
159-
### -WhatIf
160-
Shows what would happen if the cmdlet runs.
161-
The cmdlet is not run.
162-
163-
```yaml
164-
Type: SwitchParameter
165-
Parameter Sets: (All)
166-
Aliases: wi
167-
168-
Required: False
169-
Position: Named
170-
Default value: None
171-
Accept pipeline input: False
172-
Accept wildcard characters: False
173-
```
174-
175144
### CommonParameters
176145
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
177146

0 commit comments

Comments
 (0)