Skip to content
Draft
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
23 changes: 23 additions & 0 deletions teams/teams-ps/MicrosoftTeams/New-CsTeamsMeetingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ New-CsTeamsMeetingPolicy [-Identity] <XdsIdentity>
[-NewMeetingRecordingExpirationDays <Int32>]
[-NoiseSuppressionForDialInParticipants <String>]
[-ParticipantNameChange <String>]
[-PasscodeComplexity <String>]
[-PreferredMeetingProviderForIslandsMode <String>]
[-QnAEngagementMode <String>]
[-RecordingStorageMode <String>]
Expand Down Expand Up @@ -1568,6 +1569,28 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -PasscodeComplexity

> Applicable: Microsoft Teams

Controls whether meeting passcodes should be with the system-default complexity or with lesser complexity of numeric-only digits. If enabled, all meetings organized by these users will have 8-digit simpler numeric-only passcodes.

Possible Values:
- Default: Alphanumeric with 8 characters (currently default)
- NumericOnly: 8-digit numeric-only passcodes with lower complexity for all your meetings. Numeric-only passcodes increase the risk of unauthorized access to meetings and don't meet Microsoft's recommended security standards.

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

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

### -PreferredMeetingProviderForIslandsMode
Determines the Outlook meeting add-in available to users on Islands mode. By default, this is set to TeamsAndSfb, and the users sees both the Skype for Business and Teams add-ins. Set this to Teams to remove the Skype for Business add-in and only show the Teams add-in.

Expand Down
23 changes: 23 additions & 0 deletions teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ Set-CsTeamsMeetingPolicy [[-Identity] <XdsIdentity>]
[-NewMeetingRecordingExpirationDays <Int32>]
[-NoiseSuppressionForDialInParticipants <String>]
[-ParticipantNameChange <String>]
[-PasscodeComplexity <String>]
[-PreferredMeetingProviderForIslandsMode <String>]
[-QnAEngagementMode <String>]
[-RecordingStorageMode <String>]
Expand Down Expand Up @@ -1611,6 +1612,28 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -PasscodeComplexity

> Applicable: Microsoft Teams

Controls whether meeting passcodes should be with the system-default complexity or with lesser complexity of numeric-only digits. If enabled, all meetings organized by these users will have 8-digit simpler numeric-only passcodes.

Possible Values:
- Default: Alphanumeric with 8 characters (currently default)
- NumericOnly: 8-digit numeric-only passcodes with lower complexity for all your meetings. Numeric-only passcodes increase the risk of unauthorized access to meetings and don't meet Microsoft's recommended security standards.

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

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

### -PreferredMeetingProviderForIslandsMode
Determines the Outlook meeting add-in available to users on Islands mode. By default, this is set to TeamsAndSfb, and the users sees both the Skype for Business and Teams add-ins. Set this to Teams to remove the Skype for Business add-in and only show the Teams add-in.

Expand Down