Skip to content

Commit d70563a

Browse files
authored
Update Set-CsTeamsEventsPolicy.md
added description for AllowTownhalls policy
1 parent 229d5c5 commit d70563a

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

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

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,56 @@ Accept wildcard characters: False
6969
Enables administrators to provide explanatory text to accompany a Teams Events policy.
7070
7171
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+
Prompts you for confirmation before running the cmdlet.
105+
106+
```yaml
107+
Type: SwitchParameter
108+
Parameter Sets: (All)
109+
Aliases: cf
110+
111+
Required: False
112+
Position: Named
113+
Default value: None
114+
Accept pipeline input: False
115+
Accept wildcard characters: False
116+
```
117+
118+
### -Description
119+
Enables administrators to provide explanatory text to accompany a Teams Events policy.
120+
121+
72122
```yaml
73123
Type: String
74124
Parameter Sets: (All)

0 commit comments

Comments
 (0)