Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Change the Location of a Users Home Drive in Active DirectoryContent of Change the Location of a Users Home Drive in Active Directory.vbsMD5 Hash: AF0DDC32E67C561E1A93A34BF66E654A |
||
Set objUser = GetObject("LDAP://cn=Ken Myer,ou=finance,dc=fabrikam,dc=com")
objUser.Put "homeDirectory", "\\atl-fs-01\users\kenmyer" objUser.Put "homeDrive", "X:" objUser.SetInfo | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |