Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Microsoft Support > Windows NT/2000/2003 Server/2008 Server
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Windows NT/2000/2003 Server/2008 Server Find support for Windows NT/2000/2003 Server/2008 Server editions.

Reply
 
LinkBack Thread Tools
Old 06-09-2009, 12:57 PM   #1 (permalink)
Registered User
 
Join Date: Sep 2008
Posts: 89
OS: Win XP Pro/Server 2003


Best/easiest way to disable roaming profiles?

We are going to be disabling Roaming Profiles this summer, domain wide. Is there a way OTHER than editing each users profile path in AD individually? And is that all that needs done?
justcrash is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 06-18-2009, 12:55 PM   #2 (permalink)
Registered User
 
Join Date: Sep 2008
Posts: 89
OS: Win XP Pro/Server 2003


Re: Best/easiest way to disable roaming profiles?

Bump. :) Do I need to do anything on the PCs themselves? Or just remove the string on thier profile?
justcrash is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 06-30-2009, 01:42 PM   #3 (permalink)
Registered User
 
Join Date: Sep 2008
Posts: 89
OS: Win XP Pro/Server 2003


Re: Best/easiest way to disable roaming profiles?

Anyone out there? :)
justcrash is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 07-07-2009, 08:40 AM   #4 (permalink)
Registered User
 
Join Date: Jul 2009
Posts: 2
OS: Svr 2k3


Re: Best/easiest way to disable roaming profiles?

I was looking around because we are considering the same thing. I know you can select a group of users in AD, like in an OU or if you search and then select, goto properties, the profile tab, click the check box next to profiles and leave it blank.

We have tested it with a couple users and it seems OK...but if you go to their local machine, it still shows as roaming. Still logins, no errors, does not re-create the profile on the share...just not sure if that will cause problems later
jammastajake is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 07-07-2009, 07:19 PM   #5 (permalink)
Registered User
 
Join Date: Sep 2008
Posts: 89
OS: Win XP Pro/Server 2003


Re: Best/easiest way to disable roaming profiles?

Quote:
Originally Posted by jammastajake View Post
I was looking around because we are considering the same thing. I know you can select a group of users in AD, like in an OU or if you search and then select, goto properties, the profile tab, click the check box next to profiles and leave it blank.

We have tested it with a couple users and it seems OK...but if you go to their local machine, it still shows as roaming. Still logins, no errors, does not re-create the profile on the share...just not sure if that will cause problems later
Thanks for the response! I am hoping one of the resident experts swing by and helps us out. :)
justcrash is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 07-08-2009, 05:42 AM   #6 (permalink)
Registered User
 
Join Date: Jul 2009
Posts: 4
OS: Windows XP Pro SP3


Re: Best/easiest way to disable roaming profiles?

justcrash

I'm not a resident expert but please allow me to contribute. If you have so many users that jammastajake's solution is prohibitive you can always script it.
From Microsoft Technet "Modify User Profile Paths"

Code:
Set objUser = GetObject _
    ("LDAP://cn=MyerKen,ou=Management,dc=NA,dc=fabrikam,dc=com")
 
strCurrentProfilePath = objUser.Get("profilePath")
intStringLen = Len(strCurrentProfilePath)
intStringRemains = intStringLen - 11
strRemains = Mid(strCurrentProfilePath, 12, intStringRemains)
strNewProfilePath = "\\fabrikam" & strRemains
objUser.Put "profilePath", strNewProfilePath
objUser.SetInfo
This is just one part of the process but you can script the retrieval of all the users in active directory and you can script going down the list applying the above script. You can look at Microsoft's Technet script repository (http://www.microsoft.com/technet/scr....mspx?mfr=true)
Hope that helps.

Joe
CoolHandJoe is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 07-08-2009, 06:30 AM   #7 (permalink)
Registered User
 
Join Date: Jul 2009
Posts: 2
OS: Svr 2k3


Re: Best/easiest way to disable roaming profiles?

Thanks for the script. Just an update for the thread.....we changed the group policy to enforece local profiles and it changed the type. So between that and the script provided, it should meet all the needs!
jammastajake is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 07-08-2009, 10:08 AM   #8 (permalink)
Registered User
 
Join Date: Sep 2008
Posts: 89
OS: Win XP Pro/Server 2003


Re: Best/easiest way to disable roaming profiles?

Quote:
Originally Posted by jammastajake View Post
Thanks for the script. Just an update for the thread.....we changed the group policy to enforece local profiles and it changed the type. So between that and the script provided, it should meet all the needs!

Where is that listed at in AD?
justcrash is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 05:56 AM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85