Skip to content

Commit 89dd8e1

Browse files
committed
Add param to New-CsTeamsMeetingPolicy
1 parent 14243f7 commit 89dd8e1

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

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

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ ms.reviewer:
1919
```
2020
New-CsTeamsMeetingPolicy [-Tenant <Guid>] [-Description <String>]
2121
[-AllowChannelMeetingScheduling <Boolean>] [-AllowMeetNow <Boolean>] [-AllowPrivateMeetNow <Boolean>] [-AllowIPVideo <Boolean>] [-IPAudioMode <String>] [-IPVideoMode <String>]
22-
[-AllowAnonymousUsersToDialOut <Boolean>] [-AllowAnonymousUsersToStartMeeting <Boolean>]
22+
[-AllowAnonymousUsersToDialOut <Boolean>]
23+
[-AllowAnonymousUsersToJoinMeeting <Boolean>] [-AllowAnonymousUsersToStartMeeting <Boolean>]
2324
[-AllowPrivateMeetingScheduling <Boolean>] [-AutoAdmittedUsers <String>] [-AllowCloudRecording <Boolean>]
2425
[-AllowOutlookAddIn <Boolean>] [-AllowPowerPointSharing <Boolean>]
2526
[-AllowParticipantGiveRequestControl <Boolean>] [-AllowExternalParticipantGiveRequestControl <Boolean>]
@@ -82,6 +83,25 @@ Accept pipeline input: False
8283
Accept wildcard characters: False
8384
```
8485
86+
### -AllowAnonymousUsersToJoinMeeting
87+
88+
> [!NOTE]
89+
> The experience for users is dependent on both the value of -DisableAnonymousJoin (the old tenant-wide setting) and -AllowAnonymousUsersToJoinMeeting (the new per-organizer policy). Please check https://docs.microsoft.com/en-us/microsoftteams/meeting-policies-participants-and-guests for details.
90+
91+
Determines whether anonymous users can join the meetings that impacted users organize. Set this to TRUE to allow anonymous users to join a meeting. Set this to FALSE to prohibit them from joining a meeting.
92+
93+
```yaml
94+
Type: Boolean
95+
Parameter Sets: (All)
96+
Aliases:
97+
98+
Required: False
99+
Position: Named
100+
Default value: True
101+
Accept pipeline input: False
102+
Accept wildcard characters: False
103+
```
104+
85105
### -AllowAnonymousUsersToStartMeeting
86106
Determines whether anonymous users can initiate a meeting. Set this to TRUE to allow anonymous users to initiate a meeting. Set this to FALSE to prohibit them from initiating a meeting
87107

0 commit comments

Comments
 (0)