Skip to content

Commit d979e78

Browse files
authored
Address PR comments
1 parent 92c8097 commit d979e78

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

teams/teams-ps/teams/Set-CsTeamsEventsPolicy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This cmdlet allows you to configure options for customizing Teams events experie
1313
## SYNTAX
1414

1515
```
16-
Set-CsTeamsEventsPolicy [-AllowWebinars <String>] [-Description <String>] [-EventAccessType <String>]
16+
Set-CsTeamsEventsPolicy [-AllowWebinars <String>] [-AllowTownhalls <String>] [-Description <String>] [-EventAccessType <String>]
1717
[[-Identity] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
1818
```
1919

@@ -51,7 +51,7 @@ Accept wildcard characters: False
5151
```
5252
5353
### -Confirm
54-
Prompts you for confirmation before running the cmdlet.
54+
The Confirm switch does not work with this cmdlet.
5555
5656
```yaml
5757
Type: SwitchParameter
@@ -101,7 +101,7 @@ Accept wildcard characters: False
101101
```
102102
103103
### -Confirm
104-
Prompts you for confirmation before running the cmdlet.
104+
The Confirm switch does not work with this cmdlet.
105105
106106
```yaml
107107
Type: SwitchParameter
@@ -167,7 +167,7 @@ Accept wildcard characters: False
167167
```
168168
169169
### -WhatIf
170-
Shows what would happen if the cmdlet runs.
170+
The WhatIf switch does not work with this cmdlet.
171171
The cmdlet is not run.
172172
173173
```yaml

0 commit comments

Comments
 (0)