How can I see the domain password policy in MS AD ?
How can I see the domain password policy in MS AD ?
When on a machine that is part of the domain you can type net accounts to display the information. There are other ways explained in the following URLS :
If you are using find grained password policy in server 2008 and higher, you can use the command line : dsget user <User-DN> -effectivepso to show the policy assigned. If null is returned then the domain password policy is assumed.