Skip to content

Commit 35aded6

Browse files
Update Grant-CsTeamsMeetingPolicy.md
removing non-functioning params
1 parent 9a386a0 commit 35aded6

File tree

1 file changed

+6
-39
lines changed

1 file changed

+6
-39
lines changed

teams/teams-ps/teams/Grant-CsTeamsMeetingPolicy.md

Lines changed: 6 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,20 @@ Assigns a teams meeting policy at the per-user scope. The CsTeamsMeetingPolicy c
1919
## SYNTAX
2020

2121
### GrantToTenant (Default)
22-
```
23-
Grant-CsTeamsMeetingPolicy [-Global] [-PassThru] [[-PolicyName] <String>]
24-
[-WhatIf] [-Confirm] [<CommonParameters>]
22+
```powershell
23+
Grant-CsTeamsMeetingPolicy [-Global] [-PassThru] [[-PolicyName] <String>] [<CommonParameters>]
2524
```
2625

2726
### GrantToGroup
28-
```
27+
```powershell
2928
Grant-CsTeamsMeetingPolicy [-PassThru] [[-PolicyName] <String>]
30-
-Group <String> [-Rank <Int32>] [-WhatIf] [-Confirm] [<CommonParameters>]
29+
[[-Group] <String>] [-Rank <Int32>] [<CommonParameters>]
3130
```
3231

3332
### Identity
34-
```
33+
```powershell
3534
Grant-CsTeamsMeetingPolicy [-PassThru] [[-PolicyName] <String>]
36-
[[-Identity] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
35+
[[-Identity] <String>] [<CommonParameters>]
3736
```
3837

3938
## DESCRIPTION
@@ -50,22 +49,6 @@ In this example, a user with identity "Ken Myer" is being assigned the StudentMe
5049

5150
## PARAMETERS
5251

53-
### -Confirm
54-
Prompts you for confirmation before running the cmdlet.
55-
56-
```yaml
57-
Type: SwitchParameter
58-
Parameter Sets: (All)
59-
Aliases: cf
60-
applicable: Microsoft Teams
61-
62-
Required: False
63-
Position: Named
64-
Default value: None
65-
Accept pipeline input: False
66-
Accept wildcard characters: False
67-
```
68-
6952
### -DomainController
7053

7154
```yaml
@@ -188,22 +171,6 @@ Accept pipeline input: False
188171
Accept wildcard characters: False
189172
```
190173
191-
### -WhatIf
192-
Shows what would happen if the cmdlet runs.
193-
The cmdlet is not run.
194-
195-
```yaml
196-
Type: SwitchParameter
197-
Parameter Sets: (All)
198-
Aliases: wi
199-
applicable: Microsoft Teams
200-
201-
Required: False
202-
Position: Named
203-
Default value: None
204-
Accept pipeline input: False
205-
Accept wildcard characters: False
206-
```
207174
208175
### CommonParameters
209176
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).`

0 commit comments

Comments
 (0)