Unlock Password Customization
I wrote the following script and replaced the default one (unlock.vbs)If WScript.Arguments.Count = 1 Then struser= WScript.Arguments(0) Set objUser = GetObject("LDAP://" & struser)end ifif objUser.IsAccountLocked = TRUE then objUser.IsAccountLock...