Jump to content

Recommended Posts

Posted

I am testing out mandatory profiles for the first time, does anyone have a walk through for creating the actual profile.

 

Basically I am trying to make it as small as possible to reduce network traffic. Our current roaming profiles are about 30mb big and that is too much.

 

What applications should I load and configure, Is there any software that I need to look out for like adobe stuff?

Posted
Walk through the registry and strip out everything that isn't neccessary (there's a whole load of junk in there) and then do the same for the profile's files (there's even more). Redirect *everything* you can - desktop, favourites, cookies, application data, temporary internet files - to a network location accessible to the user, so they don't have to carry the baggage around with them.
  • Thanks 1
Posted
I have just amended my earlier post to say that you must put Google Safe Search on Maxiximum AFTER you delete cookies - Safe search level is stored in a cookie!
  • Thanks 1
Posted (edited)
Walk through the registry and strip out everything that isn't neccessary (there's a whole load of junk in there) and then do the same for the profile's files (there's even more). Redirect *everything* you can - desktop, favourites, cookies, application data, temporary internet files - to a network location accessible to the user, so they don't have to carry the baggage around with them.

 

Can you go into a bit more detail on the registry stuff?

 

I'm trying to get this as small as possible and dont really know what I'm looking at.

Edited by zag
Posted
Redirection help would be useful. I have tried to implement this before and was forced to do a monster u-turn as offline files decided to rear its ugly head and screw things up :(
Posted

elsiegee40 is spot on, however one common problem with mandatory profiles is that the home drive is remembered, and of course (most of the time) each user has their own home drive.

 

The way I get around this, is create a copy of the domain administrator account (called admin2) and within Active Directory, remove the Home Folder directory for admin2. Leave it on Local Path and leave it blank.

 

When a user (configured to use the mandatory profile) logs on, the logon script will/should create the home directory dynamically without conflicting with any settings saved in the profile, because there's no home directory information saved :)

Posted
elsiegee40 is spot on, however one common problem with mandatory profiles is that the home drive is remembered, and of course (most of the time) each user has their own home drive.

 

The way I get around this, is create a copy of the domain administrator account (called admin2) and within Active Directory, remove the Home Folder directory for admin2. Leave it on Local Path and leave it blank.

 

When a user (configured to use the mandatory profile) logs on, the logon script will/should create the home directory dynamically without conflicting with any settings saved in the profile, because there's no home directory information saved :)

 

 

I have absolutely no problem with home drives... the Home drive for each pupil is redirected - using the Profile tab for the pupil in AD

 

Connect U: to \\servername\intake-nn\%username%

Posted

Yes I agree, home drive information in AD and a logon script should usually do the trick, but I've seen it happen many times whereby home drive information stored in the profile (when the profile's being created) create conflicting results, such as home drives not being mapped correctly.

 

If the administrator account you're creating the profile with has no home drive, then there's nothing to conflict with :)

Posted
You can only redirect so much with group policy; for other things, like 'Application Data', 'Desktop' etc you will find a set of registry keys in HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\UserShellFolders.
Guest blacksheep
Posted (edited)

The main prob I had was the My Documents redirection (the only redirect I do) it wouldnt work as like previously said it gets stuck on the one it was done on. So the trick is to create the original without and AD policys in effect.

I do shared mandatorys here, saves loads of hassle ( I have 1 for pupils, or 2 as one on each DC so its load balanced)

Also (at least with shared) its important to use the Advanced tabs on My Computer-> propertys to copy the final profile with the right ACLs. You would of though it was a simple matter of setting the ACLs on the resulting files but you are supposed to use this tab to do that (must alter other non file stuff also, maybe the reg hive?)

Also have found redirection occasionally not working (strange message in event log) and if a pupil then saves to my documents and it hasnt redirected its not pretty when they log off! I then use VB to create icons and printers after.

Edited by blacksheep
Posted

Just started using mandatory profiles on our workstation PCs (auto logon for adult education) rather than the HDGuard (think Deepfreeze) system we have at the moment. Makes life a lot easier with consistent settings.

 

I've redirected My Documents, Start Menu and Desktop, stored in Sysvol so it's replicated and won't go down (well if it does then it means AD is broke anyway lol)

 

If I remember rightly to redirect Favorites in XP \ 2003 you have to use a reg patch, just need to find out what happens if a user adds their own in with mandatory profile - hopefully it'll wipe it on next logon...

 

There's a step by step guide here, very useful

 

Mandatory Profiles - EduGeek.net Wiki

Posted

All very useful stuff, thanks guys and gals.

 

I guess i'm gonna have to just bite the bullet and try this, do some testing, etc. Just trying to get a handle on it in my head before i do anything :D

 

Keep posting if you think of other handy tips...

  • 1 month later...
Posted (edited)

Recently we have been having alot of problems with corrupt roaming profiles and slow logons, on checking the roaming profiles, many users had over 30mb of settings information. Something had to be done!

 

So I followed the wiki guide and the above post by 'elsiegee40' and have to say it worked really well.

 

Logons are now fast, our default profile is 2.5mb now and it puts far less stress on the server. I've updated our scripts to load bginfo.exe and jsprint.exe and changed the userdrive using the active directory redirect.

 

All is working well so thanks for all the help. It took about 2hrs this afternoon to make the switch over for 1000 students.

 

Now to work out if I can do this for teachers as well :)

Edited by zag
Posted
Walk through the registry and strip out everything that isn't neccessary (there's a whole load of junk in there)

 

Can you clarify on this...

Posted

OK next question :)

 

How do people handle favorites? The mandatory profile doesnt let people save any favorites :( I would like to give them this facility, ideally it would save them in the users my documents in a folder called "favourites".

 

Cheers.

Posted

Just to follow up my post, I ended up using the ADM template from here

 

http://blogs.microsoft.co.il/blogs/guyt/archive/2006/11/18/Redirecting-IE-Favorites-via-GPO.aspx

 

Works well, but remember to change the filtering in gpedit to show all settings, and make the %username% instead of the userprofile if your using mandatory ones.

 

Thanks for all the help with this, I've reduced login times from about a minute to around 15 seconds :) Now all I need is a dedicated profile server with the 16gb SSD drive sitting on my desk to get it down to 5 seconds :)

Posted

I edit the user hive in the mandatory profile so that

"HKey_users\nameofuserhive\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders\Favorites"

is set to u:\favourites where u: is the home directory. Note that I even use the English spelling!

Posted

Create it all, renamed from .dat to .man for the change.

 

Copy .man onto your machine, load as a hive into your registry, make all registry changes needed, add a few things as well if needed, unload hive, move .man into profile directory, re-map students profile paths.

 

Sorted.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...