![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| 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: * 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 |
|
|||||||
| Windows NT/2000/2003 Server/2008 Server Find support for Windows NT/2000/2003 Server/2008 Server editions. |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#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?
|
|
|
|
| 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 |
|
|
#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 |
|
|
|
|
|
#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:
|
|
|
|
|
|
|
#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
Hope that helps. Joe |
|
|
|
|
|
#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!
|
|
|
|
|
|
#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:
Where is that listed at in AD? |
|
|
|
|
![]() |
| Thread Tools | |
|
|