Scripts Thread, Change profile path for all users in Coding and Web Development; anyone know of a script/ tool to achieve this?...
10th September 2005, 02:24 PM #1 Change profile path for all users anyone know of a script/ tool to achieve this?
IDG Tech News
10th September 2005, 03:32 PM #2 Re: Change profile path for all users 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!!! Attached Files
10th September 2005, 04:24 PM #3 Re: Change profile path for all users @mark: bulk select the users and you can do it that way.
10th September 2005, 04:38 PM #4 Re: Change profile path for all users Thnks very much guys!
10th September 2005, 05:12 PM #5 Re: Change profile path for all users Yep Ric_ you are correct. Never really looked there. lol
I always used the script.
10th September 2005, 06:16 PM #6 Re: Change profile path for all users @Ric_ - do you use a seperate terminal services profile or just the one to serve all clients?
SHARE:
Similar Threads
By Jawloms in forum MIS Systems
Replies: 2
Last Post: 26th October 2007, 03:17 PM
By baronne in forum Scripts
Replies: 0
Last Post: 20th August 2007, 02:20 PM
By tosca925 in forum Windows
Replies: 4
Last Post: 15th August 2007, 05:36 PM
By ajbritton in forum MIS Systems
Replies: 8
Last Post: 4th April 2007, 02:25 PM
By ajbritton in forum Comments and Suggestions
Replies: 7
Last Post: 12th April 2006, 08:48 AM
Thread Information Users Browsing this Thread There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
You may not post new threads You may not post replies You may not post attachments You may not edit your posts Forum Rules