File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ This cmdlet allows you to create a new TeamsEventsPolicy instance and set its pr
14
14
## SYNTAX
15
15
16
16
```
17
- New-CsTeamsEventsPolicy [-Identity] <String> [-AllowWebinars <String>] [-Description <String>]
17
+ New-CsTeamsEventsPolicy [-Identity] <String> [-AllowWebinars <String>] [-AllowTownhalls <String>] [- Description <String>]
18
18
[-EventAccessType <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
19
19
```
20
20
@@ -100,7 +100,7 @@ Accept wildcard characters: False
100
100
` ` `
101
101
102
102
### -Confirm
103
- Prompts you for confirmation before running the cmdlet.
103
+ The Confirm switch does not work with this cmdlet.
104
104
105
105
` ` ` yaml
106
106
Type : SwitchParameter
@@ -147,7 +147,7 @@ Accept wildcard characters: False
147
147
` ` `
148
148
149
149
### -WhatIf
150
- Shows what would happen if the cmdlet runs .
150
+ The WhatIf switch does not work with this cmdlet .
151
151
The cmdlet is not run.
152
152
153
153
` ` ` yaml
You can’t perform that action at this time.
0 commit comments