Q: When using fine-grained password policies, how can I check what policy is being applied to a specific user?
How to check which Password Setting Object is being applied to a user.
John Savill
September 6, 2011
1 Min Read
A: Fine-grained password policies are a great new feature in Windows Server 2008. They allow different security policies related to password and lockout configuration to be applied to users based on the groups a user is in, instead of one policy for the entire domain.
To check which Password Setting Object is being applied to a user, run the following command on a domain controller (DC):
dsquery user -samid | dsget user -effectivepso
Here’s an example of how it would run on a particular DC: C:Usersadministrator.SAVILLTECH>dsquery user -samid john |dsget user –effectivepso.
About the Author
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
You May Also Like