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 :

Change min/max password age:
http://www.sevenforums.com/tutorials/73224-password-expiration-change-max-min-password-age.html

How to check the Default Domain Policy:
http://technet.microsoft.com/en-us/library/cc731699.aspx

Use "net accounts" to see what an individual user's logon requirements:
https://technet.microsoft.com/en-us/library/bb490698.aspx

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.