Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Require Users to Change Their PasswordContent of Require Users to Change Their Password.vbsMD5 Hash: 37EFCD3EE3B3AF64005F9B77ED57CEC9 |
||
' Description: Forces a user to change their password the next time they logon.
Set objUser = GetObject _ ("LDAP://CN=myerken,OU=management,DC=Fabrikam,DC=com") objUser.Put "pwdLastSet", 0 objUser.SetInfo | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |