File tree Expand file tree Collapse file tree 2 files changed +76
-6
lines changed Expand file tree Collapse file tree 2 files changed +76
-6
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
@@ -47,6 +47,26 @@ Possible values are:
47
47
48
48
49
49
50
+ ``` yaml
51
+ Type : String
52
+ Parameter Sets : (All)
53
+ Aliases :
54
+
55
+ Required : True
56
+ Position : Named
57
+ Default value : Enabled
58
+ Accept pipeline input : False
59
+ Accept wildcard characters : False
60
+ ` ` `
61
+
62
+ ### -AllowTownhalls
63
+ This setting governs if a user can create town halls using Teams Events.
64
+ Possible values are:
65
+ - **Enabled**: Enables creating town halls.
66
+ - **Disabled**: Disables creating town hall.
67
+
68
+
69
+
50
70
` ` ` yaml
51
71
Type : String
52
72
Parameter Sets : (All)
@@ -80,7 +100,7 @@ Accept wildcard characters: False
80
100
` ` `
81
101
82
102
### -Confirm
83
- Prompts you for confirmation before running the cmdlet.
103
+ The Confirm switch does not work with this cmdlet.
84
104
85
105
` ` ` yaml
86
106
Type : SwitchParameter
@@ -127,7 +147,7 @@ Accept wildcard characters: False
127
147
` ` `
128
148
129
149
### -WhatIf
130
- Shows what would happen if the cmdlet runs .
150
+ The WhatIf switch does not work with this cmdlet .
131
151
The cmdlet is not run.
132
152
133
153
` ` ` yaml
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ This cmdlet allows you to configure options for customizing Teams events experie
13
13
## SYNTAX
14
14
15
15
```
16
- Set-CsTeamsEventsPolicy [-AllowWebinars <String>] [-Description <String>] [-EventAccessType <String>]
16
+ Set-CsTeamsEventsPolicy [-AllowWebinars <String>] [-AllowTownhalls <String>] [- Description <String>] [-EventAccessType <String>]
17
17
[[-Identity] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
18
18
```
19
19
@@ -51,7 +51,57 @@ Accept wildcard characters: False
51
51
` ` `
52
52
53
53
### -Confirm
54
- Prompts you for confirmation before running the cmdlet.
54
+ The Confirm switch does not work with this cmdlet.
55
+
56
+ ` ` ` yaml
57
+ Type : SwitchParameter
58
+ Parameter Sets : (All)
59
+ Aliases : cf
60
+
61
+ Required : False
62
+ Position : Named
63
+ Default value : None
64
+ Accept pipeline input : False
65
+ Accept wildcard characters : False
66
+ ` ` `
67
+
68
+ ### -Description
69
+ Enables administrators to provide explanatory text to accompany a Teams Events policy.
70
+
71
+
72
+ ` ` ` yaml
73
+ Type : String
74
+ Parameter Sets : (All)
75
+ Aliases :
76
+
77
+ Required : False
78
+ Position : Named
79
+ Default value : None
80
+ Accept pipeline input : False
81
+ Accept wildcard characters : False
82
+ ` ` `
83
+
84
+ ### -AllowTownhalls
85
+ This setting governs if a user can create town halls using Teams Events.
86
+ Possible values are:
87
+ - **Enabled**: Enables creating town halls.
88
+ - **Disabled**: Disables creating town halls.
89
+
90
+
91
+ ` ` ` yaml
92
+ Type : String
93
+ Parameter Sets : (All)
94
+ Aliases :
95
+
96
+ Required : False
97
+ Position : Named
98
+ Default value : None
99
+ Accept pipeline input : False
100
+ Accept wildcard characters : False
101
+ ` ` `
102
+
103
+ ### -Confirm
104
+ The Confirm switch does not work with this cmdlet.
55
105
56
106
` ` ` yaml
57
107
Type : SwitchParameter
@@ -117,7 +167,7 @@ Accept wildcard characters: False
117
167
` ` `
118
168
119
169
### -WhatIf
120
- Shows what would happen if the cmdlet runs .
170
+ The WhatIf switch does not work with this cmdlet .
121
171
The cmdlet is not run.
122
172
123
173
` ` ` yaml
You can’t perform that action at this time.
0 commit comments