Skip to content

Commit c4d088f

Browse files
Merge branch 'main' into patch-3
2 parents c10f84a + ffc7523 commit c4d088f

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

exchange/exchange-ps/exchange/Release-QuarantineMessage.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,8 @@ Accept wildcard characters: False
222222
### -ActionType
223223
The ActionType parameter specifies the release action type. Valid values are:
224224

225-
- Approve
226225
- Deny
227-
- Release
226+
- Release: Use this value to release messages or approve requests to release messages.
228227
- Request
229228

230229
```yaml

teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ New-CsTeamsMeetingPolicy [-Identity] <XdsIdentity>
6464
[-AllowWatermarkForScreenSharing <Boolean>]
6565
[-AllowWhiteboard <Boolean>]
6666
[-AllowedStreamingMediaInput <String>]
67+
[-AnonymousUserAuthenticationMethod <String>]
6768
[-AttendeeIdentityMasking <String>]
6869
[-AudibleRecordingNotification <String>]
6970
[-AutoAdmittedUsers <String>]
@@ -874,6 +875,24 @@ Accept pipeline input: False
874875
Accept wildcard characters: False
875876
```
876877
878+
### -AnonymousUserAuthenticationMethod
879+
Determines how anonymous users will be authenticated when joining a meeting.
880+
881+
Possible values are:
882+
- **OneTimePasscode**, if you would like anonymous users to be sent a one time passcode to their email when joining a meeting
883+
- **None**, if you would like to disable authentication for anonymous users joining a meeting
884+
885+
```yaml
886+
Type: String
887+
Parameter Sets: (All)
888+
Aliases:
889+
Required: False
890+
Position: Named
891+
Default value: OneTimePasscode
892+
Accept pipeline input: False
893+
Accept wildcard characters: False
894+
```
895+
877896
### -AttendeeIdentityMasking
878897
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).
879898

0 commit comments

Comments
 (0)