Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Modify an ADAM User Account Expiration DateContent of Modify an ADAM User Account Expiration Date.vbsMD5 Hash: E27C5779862120ED98FD9F86D9AC1098 |
||
' Description: Modifies the account expiration date for an ADAM user named Kenmyer.
On Error Resume Next Set objUser = GetObject _ ("LDAP://localhost:389/cn=kenmyer,ou=Accounting,dc=fabrikam,dc=com") objUser.AccountExpirationDate = "03/30/2005" objUser.SetInfo | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |