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>]
68
68
[-AllowWatermarkForScreenSharing <Boolean>]
69
69
[-AllowWhiteboard <Boolean>]
70
70
[-AllowedStreamingMediaInput <String>]
71
+ [-AnonymousUserAuthenticationMethod <String>]
71
72
[-AttendeeIdentityMasking <String>]
72
73
[-AudibleRecordingNotification <String>]
73
74
[-AutoAdmittedUsers <String>]
@@ -905,6 +906,25 @@ Accept pipeline input: False
905
906
Accept wildcard characters : False
906
907
` ` `
907
908
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
+
908
928
### -AttendeeIdentityMasking
909
929
910
930
This 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