Jump to content

Change profile path for all users


Recommended Posts

Posted

Alter the script below to suit your own network.

 

Set objOU = GetObject("LDAP://ou=****,dc=****,,dc=****,dc=***")

For each objuser in objOU

objUser.Put "profilePath", "\\Put your network profile path here......"

objUser.SetInfo

Next

Wscript.Echo "User Profile Paths have been changed"

 

Feel free to use this script and any of its contents - obviously you do so at your own risk!!!

change_user_profile_script.vbs

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...