Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi.

i know how to enable and disable the user account in the AD.

But i need to know how to lock the user account manually in the AD.
Posted

A peruse of AD with ADSIedit[^] turned up the Lockout-Time[^] attribute, which appears work with the Lockout-Duration[^] attribute
 
Share this answer
 
lock the user account manually in the AD.
Just type wrong password for 'n' number of times for a user account to lock it.

n: number of times admin has configured for typing wrong password before it gets locked.
 
Share this answer
 
Comments
@BangIndia 4-Jul-12 4:26am    
But i can't able to set the account lock down and password policy..
its locked.

the editing is disabled

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900