Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Require a Local User to Change His or Her PasswordContent of Require a Local User to Change His or Her Password.vbsMD5 Hash: 5E68F86F7E266E9292B654269CF4FF48 |
||
' Description: Binds to a local user account on the computer named atl-win2k-01, and configures the account so that the user (kenmyer) must change his password the next time he logs on.
strComputer = "atl-win2k-01" Set objUser = GetObject("WinNT://" & strComputer & "/kenmyer") objUser.Put "PasswordExpired", 1 objUser.SetInfo | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |