Skip to content

Commit 92c8097

Browse files
authored
Addressed Review comments
1 parent d70563a commit 92c8097

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

teams/teams-ps/teams/New-CsTeamsEventsPolicy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This cmdlet allows you to create a new TeamsEventsPolicy instance and set its pr
1414
## SYNTAX
1515

1616
```
17-
New-CsTeamsEventsPolicy [-Identity] <String> [-AllowWebinars <String>] [-Description <String>]
17+
New-CsTeamsEventsPolicy [-Identity] <String> [-AllowWebinars <String>] [-AllowTownhalls <String>] [-Description <String>]
1818
[-EventAccessType <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
1919
```
2020

@@ -100,7 +100,7 @@ Accept wildcard characters: False
100100
```
101101
102102
### -Confirm
103-
Prompts you for confirmation before running the cmdlet.
103+
The Confirm switch does not work with this cmdlet.
104104
105105
```yaml
106106
Type: SwitchParameter
@@ -147,7 +147,7 @@ Accept wildcard characters: False
147147
```
148148
149149
### -WhatIf
150-
Shows what would happen if the cmdlet runs.
150+
The WhatIf switch does not work with this cmdlet.
151151
The cmdlet is not run.
152152
153153
```yaml

0 commit comments

Comments
 (0)