+ Post New Thread
Results 1 to 6 of 6
Scripts Thread, Change profile path for all users in Coding and Web Development; anyone know of a script/ tool to achieve this?...
  1. #1
    mark's Avatar
    Join Date
    Jun 2005
    Location
    x-communicated
    Posts
    4,090
    Blog Entries
    2
    Thank Post
    190
    Thanked 44 Times in 40 Posts
    Rep Power
    42

    Change profile path for all users

    anyone know of a script/ tool to achieve this?

  2. IDG Tech News

  3. #2
    tosca925's Avatar
    Join Date
    Aug 2005
    Location
    Midlands
    Posts
    1,565
    Thank Post
    4
    Thanked 4 Times in 4 Posts
    Rep Power
    17

    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 Attached Files

  4. #3

    Ric_'s Avatar
    Join Date
    Jun 2005
    Location
    London
    Posts
    7,623
    Thank Post
    96
    Thanked 685 Times in 528 Posts
    Rep Power
    158

    Re: Change profile path for all users

    @mark: bulk select the users and you can do it that way.

  5. #4
    mark's Avatar
    Join Date
    Jun 2005
    Location
    x-communicated
    Posts
    4,090
    Blog Entries
    2
    Thank Post
    190
    Thanked 44 Times in 40 Posts
    Rep Power
    42

    Re: Change profile path for all users

    Thnks very much guys!

  6. #5
    tosca925's Avatar
    Join Date
    Aug 2005
    Location
    Midlands
    Posts
    1,565
    Thank Post
    4
    Thanked 4 Times in 4 Posts
    Rep Power
    17

    Re: Change profile path for all users

    Yep Ric_ you are correct. Never really looked there. lol

    I always used the script.

  7. #6
    mark's Avatar
    Join Date
    Jun 2005
    Location
    x-communicated
    Posts
    4,090
    Blog Entries
    2
    Thank Post
    190
    Thanked 44 Times in 40 Posts
    Rep Power
    42

    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:
+ Post New Thread

Similar Threads

  1. SIMS .net backup path
    By Jawloms in forum MIS Systems
    Replies: 2
    Last Post: 26th October 2007, 03:17 PM
  2. Replies: 0
    Last Post: 20th August 2007, 02:20 PM
  3. Replies: 4
    Last Post: 15th August 2007, 05:36 PM
  4. Deploy/run SIMS from UNC path?
    By ajbritton in forum MIS Systems
    Replies: 8
    Last Post: 4th April 2007, 02:25 PM
  5. Change start page for logged on users
    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
  •