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:
! \ " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ ] ^ _ ` { | } ~ 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. |