Skip to content

Commit 5c545c8

Browse files
authored
Add PasscodeComplexity parameter to meeting policy
Added PasscodeComplexity parameter to New-CsTeamsMeetingPolicy documentation, detailing its functionality and possible values.
1 parent 2e50297 commit 5c545c8

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

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

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ New-CsTeamsMeetingPolicy [-Identity] <XdsIdentity>
100100
[-NewMeetingRecordingExpirationDays <Int32>]
101101
[-NoiseSuppressionForDialInParticipants <String>]
102102
[-ParticipantNameChange <String>]
103+
[-PasscodeComplexity <String>]
103104
[-PreferredMeetingProviderForIslandsMode <String>]
104105
[-QnAEngagementMode <String>]
105106
[-RecordingStorageMode <String>]
@@ -1568,6 +1569,28 @@ Accept pipeline input: False
15681569
Accept wildcard characters: False
15691570
```
15701571

1572+
### -PasscodeComplexity
1573+
1574+
> Applicable: Microsoft Teams
1575+
1576+
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.
1577+
1578+
Possible Values:
1579+
- Default: Alphanumeric with 8 characters (currently default)
1580+
- NumericOnly: Numeric only with 8 characters
1581+
1582+
```yaml
1583+
Type: String
1584+
Parameter Sets: (All)
1585+
Aliases:
1586+
1587+
Required: False
1588+
Position: Named
1589+
Default value: Default
1590+
Accept pipeline input: False
1591+
Accept wildcard characters: False
1592+
```
1593+
15711594
### -PreferredMeetingProviderForIslandsMode
15721595
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.
15731596

0 commit comments

Comments
 (0)