Grant user permission to unlock Active Directory accounts.
- March 16th, 2016
- Posted in Documentation
- Write comment
OS: Windows 2012 R2
This is the command I used to grant a group permission to unlock accounts.
C:\> DSACLS โou distinguished nameโ /i:s /G โgroup nameโ:rpwp;LockOutTime;user
Example:
C:\> DSACLS โOU=MyOU,DC=MYDOMAIN,DC=MYTLDโ /i:s /G โMYDOMAIN\MYGROUPโ:rpwp;LockOutTime;user
No comments yet.