Skip to content

Commit e79c1af

Browse files
Update Grant-CsTeamsCallingPolicy.md
removing non-functioning params
1 parent aedc3f8 commit e79c1af

File tree

1 file changed

+6
-37
lines changed

1 file changed

+6
-37
lines changed

teams/teams-ps/teams/Grant-CsTeamsCallingPolicy.md

Lines changed: 6 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ Assigns a specific Teams Calling Policy to a user, a group of users, or sets the
2020
## SYNTAX
2121

2222
### Identity (Default)
23-
```
24-
Grant-CsTeamsCallingPolicy [[-Identity] <string>] [[-PolicyName] <string>] [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
23+
```powershell
24+
Grant-CsTeamsCallingPolicy [[-Identity] <string>] [[-PolicyName] <string>] [-PassThru] [<CommonParameters>]
2525
```
2626

2727
### GrantToTenant
28-
```
29-
Grant-CsTeamsCallingPolicy [[-PolicyName] <string>] [-PassThru] [-Global] [-WhatIf] [-Confirm] [<CommonParameters>]
28+
```powershell
29+
Grant-CsTeamsCallingPolicy [[-PolicyName] <string>] [-PassThru] [-Global] [<CommonParameters>]
3030
```
3131

3232
### GrantToGroup
33-
```
34-
Grant-CsTeamsCallingPolicy [-Group] <string> [[-PolicyName] <string>] [-PassThru] [-Rank <int>] [-WhatIf] [-Confirm] [<CommonParameters>]
33+
```powershell
34+
Grant-CsTeamsCallingPolicy [-Group] <string> [[-PolicyName] <string>] [-PassThru] [-Rank <int>] [<CommonParameters>]
3535
```
3636

3737
## DESCRIPTION
@@ -153,37 +153,6 @@ Accept pipeline input: False
153153
Accept wildcard characters: False
154154
```
155155
156-
### -WhatIf
157-
Shows what would happen if the cmdlet runs.
158-
The cmdlet is not run.
159-
160-
```yaml
161-
Type: SwitchParameter
162-
Parameter Sets: (All)
163-
Aliases: wi
164-
165-
Required: False
166-
Position: Named
167-
Default value: None
168-
Accept pipeline input: False
169-
Accept wildcard characters: False
170-
```
171-
172-
### -Confirm
173-
Prompts you for confirmation before running the cmdlet.
174-
175-
```yaml
176-
Type: SwitchParameter
177-
Parameter Sets: (All)
178-
Aliases: cf
179-
180-
Required: False
181-
Position: Named
182-
Default value: None
183-
Accept pipeline input: False
184-
Accept wildcard characters: False
185-
```
186-
187156
### CommonParameters
188157
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).
189158

0 commit comments

Comments
 (0)