Skip to content

Commit cd3f4e8

Browse files
Merge pull request #12442 from andrewpark-ms/patch-3
Update Set-CsTeamsMeetingPolicy.md
2 parents ffc7523 + c4d088f commit cd3f4e8

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff 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
905906
Accept 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
910930
This setting will allow admins to enable or disable Masked Attendee mode in Meetings.

0 commit comments

Comments
 (0)