Command Reference > infasetup-Befehlsreferenz > UpdatePasswordConfig
  

UpdatePasswordConfig

Updates the password complexity rules for the domain.
The infasetup UpdatePasswordConfig command uses the following syntax:
UpdatePasswordConfig
[<-EnablePasswordComplexity|-pc> enable_password_complexity]
[<-PasswordLength|-pl> password_length]
[<-DigitCharacterCount|-dc> digit_character_count]
[<-SpecialCharacterCount|-scc> special_character_count]
[<-AlphabetCount|-ac> alphabet_count]
[<-maxPasswordValidDuration|-pvd> max_password_valid_duration_in_days]
[<-NotAllowedPreviousPasswordsCount|-ppc> not_allowed_previous_passwords_count]
The following table describes infasetup UpdatePasswordConfig options and arguments:
Option
Description
-EnablePasswordComplexity
-pc
Optional. Enable password complexity to validate the password strength. By default this option is disabled.
Verwenden Sie für ein Benutzerkonto in einer Domäne, die die native Authentifizierung verwendet, bei aktivierter Kennwortkomplexität die folgenden Richtlinien, wenn Sie ein Passwort erstellen oder ändern:
  • - Das Passwort muss aus mindestens acht Zeichen bestehen.
  • - Es muss mindestens einen Buchstaben, eine Zahl und ein nicht alphanumerisches Zeichen enthalten, z. B.:
  • ! \ " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ ] ^ _ ` { | } ~
Manche Sonderzeichen in Passwörtern können von der Shell anders interpretiert werden. Beispielsweise wird $ als Variable interpretiert. Setzen Sie in diesem Fall ein Escape-Zeichen vor das betreffende Sonderzeichen.
-PasswordLength
-pl
Required if you enable the complexity of the password. The minimum number of characters required in a password. Enter a value between 8 and 255. Default is 8 characters.
-DigitCharacterCount
-dc
Required if you enable the complexity of the password. The minimum number of numeric characters required in a password. Enter a value between 0 and 255. Default is 1 numeric character.
-SpecialCharacterCount
-scc
Required if you enable the complexity of the password. The minimum number of special characters required in a password. Enter a value between 0 and 255. Default is 1 special character. You can use the following special characters:
! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ ] ^ _ ` { | } ~
-AlphabetCount
-ac
Required if you enable the complexity of the password. The minimum number of alphabetic characters required in a password. Enter a value between 0 and 255. Default is 1 alphabetic character.
-maxPasswordValidDuration
-pvd
Required if you enable the complexity of the password. The duration of password validity. If you don't want passwords to expire, set to 0. Default is 0.
-NotAllowedPreviousPasswordsCount
-ppc
Required if you enable the complexity of the password. The number of consecutive previous passwords that can't be reused. Enter a value between 0 and 12. Default is 0.