Skip to content

Commit 9c5d9a0

Browse files
authored
Merge pull request #2 from kpyapali/meting-passcode-doc
Add a new Meeting policy setting -> PasscodeComplexity
2 parents 2e50297 + ed45b08 commit 9c5d9a0

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-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: 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.
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

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)