Skip to content

Commit a55ac32

Browse files
Merge branch 'master' into patch-1
2 parents ff94a69 + 0269611 commit a55ac32

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

skype/skype-ps/skype/New-CsTeamsMeetingPolicy.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.reviewer:
1818

1919
```
2020
New-CsTeamsMeetingPolicy [-Tenant <Guid>] [-Description <String>]
21-
[-AllowChannelMeetingScheduling <Boolean>] [-AllowMeetNow <Boolean>] [-AllowIPVideo <Boolean>] [-IPAudioMode <String>] [-IPVideoMode <String>]
21+
[-AllowChannelMeetingScheduling <Boolean>] [-AllowMeetNow <Boolean>] [-AllowPrivateMeetNow <Boolean>] [-AllowIPVideo <Boolean>] [-IPAudioMode <String>] [-IPVideoMode <String>]
2222
[-AllowAnonymousUsersToDialOut <Boolean>] [-AllowAnonymousUsersToStartMeeting <Boolean>]
2323
[-AllowPrivateMeetingScheduling <Boolean>] [-AutoAdmittedUsers <String>] [-AllowCloudRecording <Boolean>]
2424
[-AllowOutlookAddIn <Boolean>] [-AllowPowerPointSharing <Boolean>]
@@ -184,7 +184,7 @@ Accept wildcard characters: False
184184
```
185185
186186
### -AllowMeetNow
187-
Determines whether a user can start ad-hoc meetings. Set this to TRUE to allow a user to start ad-hoc meetings. Set this to FALSE to prohibit the user from starting ad-hoc meetings.
187+
Determines whether a user can start ad-hoc meetings in a channel. Set this to TRUE to allow a user to start ad-hoc meetings in a channel. Set this to FALSE to prohibit the user from starting ad-hoc meetings in a channel.
188188
189189
```yaml
190190
Type: Boolean
@@ -193,7 +193,22 @@ Aliases:
193193

194194
Required: False
195195
Position: Named
196-
Default value: None
196+
Default value: TRUE
197+
Accept pipeline input: False
198+
Accept wildcard characters: False
199+
```
200+
201+
### -AllowPrivateMeetNow
202+
Determines whether a user can start ad-hoc meetings. Set this to TRUE to allow a user to start ad-hoc private meetings. Set this to FALSE to prohibit the user from starting ad-hoc private meetings.
203+
204+
```yaml
205+
Type: Boolean
206+
Parameter Sets: (All)
207+
Aliases:
208+
209+
Required: False
210+
Position: Named
211+
Default value: TRUE
197212
Accept pipeline input: False
198213
Accept wildcard characters: False
199214
```

0 commit comments

Comments
 (0)