Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Modify User Profile PropertiesContent of Modify User Profile Properties.vbsMD5 Hash: 15745E891AAB24F21D63A05B014BA273 |
||
' Description: Configures user profile settings for a user account.
Set objUser = GetObject _ ("LDAP://cn=myerken,ou=management,dc=fabrikam,dc=com") objUser.Put "profilePath", "\\sea-dc-01\Profiles\myerken" objUser.Put "scriptPath", "logon.bat" objUser.Put "homeDirectory", "\\sea-dc-01\HomeFolders\myerken" objUser.Put "homeDrive", "H" objUser.SetInfo | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |