Skip to content

Commit ed45b08

Browse files
authored
Document PasscodeComplexity parameter for meetings
Added PasscodeComplexity parameter to Set-CsTeamsMeetingPolicy documentation.
1 parent 2859f98 commit ed45b08

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ Set-CsTeamsMeetingPolicy [[-Identity] <XdsIdentity>]
104104
[-NewMeetingRecordingExpirationDays <Int32>]
105105
[-NoiseSuppressionForDialInParticipants <String>]
106106
[-ParticipantNameChange <String>]
107+
[-PasscodeComplexity <String>]
107108
[-PreferredMeetingProviderForIslandsMode <String>]
108109
[-QnAEngagementMode <String>]
109110
[-RecordingStorageMode <String>]
@@ -1611,6 +1612,28 @@ Accept pipeline input: False
16111612
Accept wildcard characters: False
16121613
```
16131614

1615+
### -PasscodeComplexity
1616+
1617+
> Applicable: Microsoft Teams
1618+
1619+
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.
1620+
1621+
Possible Values:
1622+
- Default: Alphanumeric with 8 characters (currently default)
1623+
- 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.
1624+
1625+
```yaml
1626+
Type: String
1627+
Parameter Sets: (All)
1628+
Aliases:
1629+
1630+
Required: False
1631+
Position: Named
1632+
Default value: Default
1633+
Accept pipeline input: False
1634+
Accept wildcard characters: False
1635+
```
1636+
16141637
### -PreferredMeetingProviderForIslandsMode
16151638
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.
16161639

0 commit comments

Comments
 (0)