Skip to content

Commit 585606e

Browse files
Merge pull request #12445 from MicrosoftDocs/main
Publish main to live, 01/09/25, 3:30 PM PT
2 parents 1a119ed + cd3f4e8 commit 585606e

File tree

5 files changed

+77
-2
lines changed

5 files changed

+77
-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-CsTeamsEventsPolicy.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ New-CsTeamsEventsPolicy [-Identity] <String> [-AllowWebinars <String>] [-AllowTo
1818
[-RecordingForTownhall <String>] [-RecordingForWebinar <String>]
1919
[-TranscriptionForTownhall <String>] [-TranscriptionForWebinar <String>]
2020
[-UseMicrosoftECDN <String>] [-EventAccessType <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
21+
[-ImmersiveEvents <String>]
2122
```
2223

2324
## DESCRIPTION
@@ -246,6 +247,24 @@ Accept pipeline input: False
246247
Accept wildcard characters: False
247248
```
248249
250+
### -ImmersiveEvents
251+
This setting governs if a user can create Immersive Events using Teams Events.
252+
Possible values are:
253+
- **Enabled**: Enables creating Immersive Events.
254+
- **Disabled**: Disables creating Immersive Events.
255+
256+
```yaml
257+
Type: String
258+
Parameter Sets: (All)
259+
Aliases:
260+
261+
Required: False
262+
Position: Named
263+
Default value: Enabled
264+
Accept pipeline input: False
265+
Accept wildcard characters: False
266+
```
267+
249268
### -Confirm
250269
The Confirm switch does not work with this cmdlet.
251270

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

teams/teams-ps/teams/Set-CsTeamsEventsPolicy.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Set-CsTeamsEventsPolicy [-AllowWebinars <String>] [-EventAccessType <String>] [-
2222
[-TranscriptionForTownhall <String>] [-TranscriptionForWebinar <String>]
2323
[-UseMicrosoftECDN <Boolean>]
2424
[-Identity] <String> [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
25+
[-ImmersiveEvents <String>]
2526
```
2627

2728
## DESCRIPTION
@@ -369,6 +370,23 @@ Accept pipeline input: False
369370
Accept wildcard characters: False
370371
```
371372
373+
### -ImmersiveEvents
374+
This setting governs if a user can create Immersive Events using Teams Events.
375+
Possible values are:
376+
- **Enabled**: Enables creating Immersive Events.
377+
- **Disabled**: Disables creating Immersive Events.
378+
```yaml
379+
Type: String
380+
Parameter Sets: (All)
381+
Aliases:
382+
383+
Required: False
384+
Position: Named
385+
Default value: Enabled
386+
Accept pipeline input: False
387+
Accept wildcard characters: False
388+
```
389+
372390
### -Confirm
373391
The Confirm switch does not work with this cmdlet.
374392

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)