Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading