From 5f4d4563a42c6483ff3bbc2ac89bd99e44e59065 Mon Sep 17 00:00:00 2001 From: andrewpark-ms Date: Thu, 9 Jan 2025 13:42:30 -0800 Subject: [PATCH] Update New-CsTeamsMeetingPolicy.md --- .../teams/New-CsTeamsMeetingPolicy.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md b/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md index 19b130604f..5e1d345959 100644 --- a/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md @@ -64,6 +64,7 @@ New-CsTeamsMeetingPolicy [-Identity] [-AllowWatermarkForScreenSharing ] [-AllowWhiteboard ] [-AllowedStreamingMediaInput ] + [-AnonymousUserAuthenticationMethod ] [-AttendeeIdentityMasking ] [-AudibleRecordingNotification ] [-AutoAdmittedUsers ] @@ -874,6 +875,24 @@ 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. Masked Attendee meetings will hide attendees' identifying information (e.g., name, contact information, profile photo).