File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ Set-CsTeamsMeetingPolicy [[-Identity] <XdsIdentity>]
6868 [-AllowWatermarkForScreenSharing <Boolean>]
6969 [-AllowWhiteboard <Boolean>]
7070 [-AllowedStreamingMediaInput <String>]
71+ [-AnonymousUserAuthenticationMethod <String>]
7172 [-AttendeeIdentityMasking <String>]
7273 [-AudibleRecordingNotification <String>]
7374 [-AutoAdmittedUsers <String>]
@@ -905,6 +906,25 @@ Accept pipeline input: False
905906Accept wildcard characters : False
906907` ` `
907908
909+ ### -AnonymousUserAuthenticationMethod
910+ Determines how anonymous users will be authenticated when joining a meeting.
911+ Possible values are:
912+
913+ - **OneTimePasscode**, if you would like anonymous users to be sent a one time passcode to their email when joining a meeting
914+ - **None**, if you would like to disable authentication for anonymous users joining a meeting
915+
916+ ` ` ` yaml
917+ Type : String
918+ Parameter Sets : (All)
919+ Aliases :
920+
921+ Required : False
922+ Position : Named
923+ Default value : OneTimePasscode
924+ Accept pipeline input : False
925+ Accept wildcard characters : False
926+ ` ` `
927+
908928### -AttendeeIdentityMasking
909929
910930This setting will allow admins to enable or disable Masked Attendee mode in Meetings.
You can’t perform that action at this time.
0 commit comments