Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

"Passwords must meet complexity requirements" and "Store passwords using reversible encryption"

$
0
0

Hello

I want to configure local password policy for a stand-alone computer as below:

Enforce password history: net accounts /uniquepw:XXX

Maximum password age: net accounts /maxpwage:XXX

Minimum password age: net accounts /minpwage:XXX

Minimum password length: net accounts /minpwlen:XXX

 

But for complexity and encryption type I didn't find a command-line solution on registry settings. How can I configure password settings listed as below:

Passwords must meet complexity requirements

Store passwords using reversible encryption


Viewing all articles
Browse latest Browse all 6937

Trending Articles