Skip to content

Commit

Permalink
Merge pull request #12442 from andrewpark-ms/patch-3
Browse files Browse the repository at this point in the history
Update Set-CsTeamsMeetingPolicy.md
  • Loading branch information
Ruchika-mittal01 authored Jan 9, 2025
2 parents ffc7523 + c4d088f commit cd3f4e8
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ Set-CsTeamsMeetingPolicy [[-Identity] <XdsIdentity>]
[-AllowWatermarkForScreenSharing <Boolean>]
[-AllowWhiteboard <Boolean>]
[-AllowedStreamingMediaInput <String>]
[-AnonymousUserAuthenticationMethod <String>]
[-AttendeeIdentityMasking <String>]
[-AudibleRecordingNotification <String>]
[-AutoAdmittedUsers <String>]
Expand Down Expand Up @@ -905,6 +906,25 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -AnonymousUserAuthenticationMethod
Determines how anonymous users will be authenticated when joining a meeting.
Possible values are:
- **OneTimePasscode**, if you would like anonymous users to be sent a one time passcode to their email when joining a meeting
- **None**, if you would like to disable authentication for anonymous users joining a meeting
```yaml
Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: OneTimePasscode
Accept pipeline input: False
Accept wildcard characters: False
```
### -AttendeeIdentityMasking
This setting will allow admins to enable or disable Masked Attendee mode in Meetings.
Expand Down

0 comments on commit cd3f4e8

Please sign in to comment.