Skip to content

Commit 9ee5df9

Browse files
authored
Merge pull request #12443 from andrewpark-ms/patch-4
Update New-CsTeamsMeetingPolicy.md
2 parents 353b722 + 5f4d456 commit 9ee5df9

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ New-CsTeamsMeetingPolicy [-Identity] <XdsIdentity>
6464
[-AllowWatermarkForScreenSharing <Boolean>]
6565
[-AllowWhiteboard <Boolean>]
6666
[-AllowedStreamingMediaInput <String>]
67+
[-AnonymousUserAuthenticationMethod <String>]
6768
[-AttendeeIdentityMasking <String>]
6869
[-AudibleRecordingNotification <String>]
6970
[-AutoAdmittedUsers <String>]
@@ -874,6 +875,24 @@ Accept pipeline input: False
874875
Accept wildcard characters: False
875876
```
876877
878+
### -AnonymousUserAuthenticationMethod
879+
Determines how anonymous users will be authenticated when joining a meeting.
880+
881+
Possible values are:
882+
- **OneTimePasscode**, if you would like anonymous users to be sent a one time passcode to their email when joining a meeting
883+
- **None**, if you would like to disable authentication for anonymous users joining a meeting
884+
885+
```yaml
886+
Type: String
887+
Parameter Sets: (All)
888+
Aliases:
889+
Required: False
890+
Position: Named
891+
Default value: OneTimePasscode
892+
Accept pipeline input: False
893+
Accept wildcard characters: False
894+
```
895+
877896
### -AttendeeIdentityMasking
878897
This setting will allow admins to enable or disable Masked Attendee mode in Meetings. Masked Attendee meetings will hide attendees' identifying information (e.g., name, contact information, profile photo).
879898

0 commit comments

Comments
 (0)