Go Back   TechArena Community > Technical Support > Computer Help > Windows Server > Active Directory
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: ,

Sponsored Links



Roamin Profiles

Active Directory


Reply
 
Thread Tools Search this Thread
  #1  
Old 18-03-2009
Tony L
 
Posts: n/a
Roamin Profiles

I work in a school so consequently roaming profiles are a must. over the last
few weeks some users are not getting their profiles loaded on startup, they
get a message saying that the profile on server cannot be found when clearly
it is there.
Would appreciate any help on this.
--
Thanks and regards
Tony
Reply With Quote
  #2  
Old 18-03-2009
Meinolf Weber [MVP-DS]
 
Posts: n/a
Re: Roamin Profiles

Hello Tony,

Start with network connectivity, can you ping the server by ip address ,computername
and FQDN?

Can you map manual to the share with ipaddress , UNC path?

Any firewall blocking traffic?

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm


> I work in a school so consequently roaming profiles are a must. over
> the last
> few weeks some users are not getting their profiles loaded on startup,
> they
> get a message saying that the profile on server cannot be found when
> clearly
> it is there.
> Would appreciate any help on this.



Reply With Quote
  #3  
Old 18-03-2009
Tony L
 
Posts: n/a
Re: Roamin Profiles

Hi Meinolf,

Yes everything is else is okay, all mapped drives, shares and network
printers work okay and as i said this only started about three or four weeks
ago. I have renamed the old profile and allowed AD to create a new one which
it never did.
--
Thanks and regards
Tony


"Meinolf Weber [MVP-DS]" wrote:

> Hello Tony,
>
> Start with network connectivity, can you ping the server by ip address ,computername
> and FQDN?
>
> Can you map manual to the share with ipaddress , UNC path?
>
> Any firewall blocking traffic?
>
> Best regards
>
> Meinolf Weber
> Disclaimer: This posting is provided "AS IS" with no warranties, and confers
> no rights.
> ** Please do NOT email, only reply to Newsgroups
> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
>
>
> > I work in a school so consequently roaming profiles are a must. over
> > the last
> > few weeks some users are not getting their profiles loaded on startup,
> > they
> > get a message saying that the profile on server cannot be found when
> > clearly
> > it is there.
> > Would appreciate any help on this.

>
>
>

Reply With Quote
  #4  
Old 18-03-2009
Lanwench [MVP - Exchange]
 
Posts: n/a
Re: Roamin Profiles

Tony L <tony.lodder@stdavidsschool.com(pleasedonotspam)> wrote:
> Hi Meinolf,
>
> Yes everything is else is okay, all mapped drives, shares and network
> printers work okay and as i said this only started about three or
> four weeks ago. I have renamed the old profile and allowed AD to
> create a new one which it never did.


Here's my boilerplate on roaming profiles. They're good if you set them up
right, but you need to be very careful in how you do that.

********************
General tips:

1. Set up a share on the server. For example - d:\profiles, shared as
profiles$ to make it hidden from browsing. Make sure this share is *not* set
to allow offline files/caching! (that's on by default - disable it)

2. Make sure the share permissions on profiles$ indicate everyone=full
control. Set the NTFS security to administrators, system, and users=full
control.

3. In the users' ADUC properties, specify \\server\profiles$\%username% in
the profiles field

4. Have each user log into the domain once - if this is an existing user
with a profile you wish to keep, have them log in at their usual
workstationand log out. The profile is now roaming.

5. If you want the administrators group to automatically have permissions to
the profiles folders, you'll need to make the appropriate change in group
policy. Look in computer configuration/administrative templates/system/user
profiles - there's an option to add administrators group to the roaming
profiles permissions. Do this *before* the users' roaming profile folders
are created - it isn't retroactive.

********************
Notes:

Make sure users understand that they should not log into multiple computers
at the same time when they have roaming profiles (unless you make the
profiles mandatory by renaming ntuser.dat to ntuser.man so they can't change
them, which has major disadvantages),. Explain that the 'last one out wins'
when it comes to uploading the final, changed copy of the profile. If you
want to restrict multiple simultaneous network logins, look at LimitLogon
(too much overhead for me), or this:
http://www.jsifaq.com/SF/Tips/Tip.aspx?id=8768

********************
Keep your profiles TINY. Via group policy, you should be redirecting My
Documents (at the very least) - to a subfolder of the user's home directory
or user folder. Also consider redirecting Desktop & Application Data
similarly..... so the user will end up with:

\\server\users\%username%\My Documents,
\\server\users\%username%\Desktop,
\\server\users\%username%\Application Data.

[Alternatively, just manually re-target My Documents to
\\server\users\%username% (this is not optimal, however!)]

You should use folder redirection even without roaming profiles, but it's
especially critical if you *are* using them.

If you aren't going to also redirect the desktop using policies, tell users
that they are not to store any files on the desktop or you will beat them
with a
stick. Big profile=slow login/logout, and possible profile corruption.

********************
Note that user profiles are not compatible between different OS versions,
even between W2k/XP. Keep all your computers. Keep your workstations as
identical as possible - meaning, OS version is the same, SP level is the
same, app load is (as much as possible) the same.

*********************
If you also have Terminal Services users, make sure you set up a different
TS profile path for them in their ADUC properties - e.g.,
\\server\tsprofiles$\%username%

********************
Do not let people store any data locally - all data belongs on the server.

********************
The User Profile Hive Cleanup Utility should be running on all your
computers. You can download it here:
http://www.microsoft.com/downloads/d...displaylang=en

********************
Roaming profile & folder redirection article -
http://www.windowsnetworking.com/art...rver-2003.html


Reply With Quote
  #5  
Old 21-03-2009
Ace Fekay [Microsoft Certified Trainer]
 
Posts: n/a
Re: Roamin Profiles

In news:uHV1UL%23pJHA.6096@TK2MSFTNGP02.phx.gbl,
Lanwench [MVP - Exchange]
<lanwench@heybuddy.donotsendme.unsolicitedmailatyahoo.com>, posted the
following:
> Tony L <tony.lodder@stdavidsschool.com(pleasedonotspam)> wrote:
>> Hi Meinolf,
>>
>> Yes everything is else is okay, all mapped drives, shares and network
>> printers work okay and as i said this only started about three or
>> four weeks ago. I have renamed the old profile and allowed AD to
>> create a new one which it never did.

>
> Here's my boilerplate on roaming profiles.


[snipped]

Boiler plate? Interesting term! A friend of mine used to call his tech
notes, his riot acts. :-)

Ace

Reply With Quote
Reply

  TechArena Community > Technical Support > Computer Help > Windows Server > Active Directory


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "Roamin Profiles"
Thread Thread Starter Forum Replies Last Post
How to go to the DLC profiles in WWE 12 Tharaa Video Games 5 25-11-2011 10:40 AM
Way to switch windows 98 Profiles to Windows XP Domain User Profiles Alexander102 Tips & Tweaks 1 01-06-2011 04:25 AM
Fan profiles with SLI desilva Monitor & Video Cards 4 20-04-2010 03:43 AM
corrupted profiles and much more Joris Claeys Windows Security 8 17-07-2008 08:55 AM
Move user local profiles to roaming profiles Namaste Windows Server Help 4 05-04-2008 06:39 AM


All times are GMT +5.5. The time now is 11:40 PM.