Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 1 addition & 2 deletions exchange/exchange-ps/exchange/Release-QuarantineMessage.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,8 @@ Accept wildcard characters: False
### -ActionType
The ActionType parameter specifies the release action type. Valid values are:

- Approve
- Deny
- Release
- Release: Use this value to release messages or approve requests to release messages.
- Request

```yaml
Expand Down
19 changes: 19 additions & 0 deletions teams/teams-ps/teams/New-CsTeamsEventsPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ New-CsTeamsEventsPolicy [-Identity] <String> [-AllowWebinars <String>] [-AllowTo
[-RecordingForTownhall <String>] [-RecordingForWebinar <String>]
[-TranscriptionForTownhall <String>] [-TranscriptionForWebinar <String>]
[-UseMicrosoftECDN <String>] [-EventAccessType <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
[-ImmersiveEvents <String>]
```

## DESCRIPTION
Expand Down Expand Up @@ -246,6 +247,24 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -ImmersiveEvents
This setting governs if a user can create Immersive Events using Teams Events.
Possible values are:
- **Enabled**: Enables creating Immersive Events.
- **Disabled**: Disables creating Immersive Events.

```yaml
Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: Enabled
Accept pipeline input: False
Accept wildcard characters: False
```

### -Confirm
The Confirm switch does not work with this cmdlet.

Expand Down
19 changes: 19 additions & 0 deletions teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ New-CsTeamsMeetingPolicy [-Identity] <XdsIdentity>
[-AllowWatermarkForScreenSharing <Boolean>]
[-AllowWhiteboard <Boolean>]
[-AllowedStreamingMediaInput <String>]
[-AnonymousUserAuthenticationMethod <String>]
[-AttendeeIdentityMasking <String>]
[-AudibleRecordingNotification <String>]
[-AutoAdmittedUsers <String>]
Expand Down Expand Up @@ -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).

Expand Down
18 changes: 18 additions & 0 deletions teams/teams-ps/teams/Set-CsTeamsEventsPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Set-CsTeamsEventsPolicy [-AllowWebinars <String>] [-EventAccessType <String>] [-
[-TranscriptionForTownhall <String>] [-TranscriptionForWebinar <String>]
[-UseMicrosoftECDN <Boolean>]
[-Identity] <String> [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
[-ImmersiveEvents <String>]
```

## DESCRIPTION
Expand Down Expand Up @@ -369,6 +370,23 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -ImmersiveEvents
This setting governs if a user can create Immersive Events using Teams Events.
Possible values are:
- **Enabled**: Enables creating Immersive Events.
- **Disabled**: Disables creating Immersive Events.
```yaml
Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: Enabled
Accept pipeline input: False
Accept wildcard characters: False
```

### -Confirm
The Confirm switch does not work with this cmdlet.

Expand Down
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