diff --git a/teams/teams-ps/MicrosoftTeams/New-CsTeamsMeetingPolicy.md b/teams/teams-ps/MicrosoftTeams/New-CsTeamsMeetingPolicy.md index de4222da63..ed8ad86c6f 100644 --- a/teams/teams-ps/MicrosoftTeams/New-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/MicrosoftTeams/New-CsTeamsMeetingPolicy.md @@ -100,6 +100,7 @@ New-CsTeamsMeetingPolicy [-Identity] [-NewMeetingRecordingExpirationDays ] [-NoiseSuppressionForDialInParticipants ] [-ParticipantNameChange ] + [-PasscodeComplexity ] [-PreferredMeetingProviderForIslandsMode ] [-QnAEngagementMode ] [-RecordingStorageMode ] @@ -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. diff --git a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md index 58203355a6..43261fee50 100644 --- a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md @@ -104,6 +104,7 @@ Set-CsTeamsMeetingPolicy [[-Identity] ] [-NewMeetingRecordingExpirationDays ] [-NoiseSuppressionForDialInParticipants ] [-ParticipantNameChange ] + [-PasscodeComplexity ] [-PreferredMeetingProviderForIslandsMode ] [-QnAEngagementMode ] [-RecordingStorageMode ] @@ -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.