Windows Thread, Mandatory Profiles... where do you store yours? in Technical; Putting these on our teaching machines (auto logon, generic machine account) to standardise the desktop experience but just wondering where ...
-
11th July 2008, 11:35 AM #1 Mandatory Profiles... where do you store yours?
Putting these on our teaching machines (auto logon, generic machine account) to standardise the desktop experience but just wondering where people store theirs?
Obv it goes in a network share but does anyone put them in SYSVOL or NETLOGON for replication purposes (gives some fault tolerance and distrubutes the load) or just lobbed on a general network share?
Same again for redirected desktops \ start menus, I know folder redirection doesn't like the %LOGONSERVER% variable. Atm I've got a path like...
\\domainname\SYSVOL\domainname\usersettings\deskto ps\teachpc
(made the usersettings folder myself)
Still testing this atm, seems to work OK apart from a userenv warning about profiles on a share with offline files turned on (not touching the settings on anything in SYSVOL so leaving as is for now!)
Any suggestions \ tips much appreciated
-
-
IDG Tech News
-
11th July 2008, 11:39 AM #2 Heh heh, I was going to ask the same question today!
Mine are on a PROFILES drive on a file server but I'm going down the mandatory profiles route for staff and was thinking of sticking them in SYSVOL for speed.
My desktops are on a shared backgrounds folder and set by GP.
The Start Menu is in the profile.
-
-
11th July 2008, 11:50 AM #3 Our Pupil mandatory profile is in with the staff roaming profiles in the profiles share on the the 'Applications' Drive on the server.
-
-
11th July 2008, 12:00 PM #4 When I last used mandatory profiles they were just in the profiles share in DFS. I don't see why SYSVOL would make it any faster.
-
-
11th July 2008, 12:03 PM #5 
Originally Posted by
powdarrmonkey
When I last used mandatory profiles they were just in the profiles share in DFS. I don't see why SYSVOL would make it any faster.
Slowness is usually caused by the size of the profile rather than its location... I'll you refer to the small mandatory profiles thread!
-
-
11th July 2008, 12:15 PM #6 I'm thinking more of redundancy... what if the file server goes down taking the profiles with it?
-
-
11th July 2008, 12:22 PM #7 I've got mine on the main file server but its only a 2mb file.
What I want to do is build a new dedicated profiles server (that has the staff roaming profiles on as well), I've got a 16gb SSD drive laying around so this could really help with the speed of logins but not tried it yet.
-
-
11th July 2008, 12:27 PM #8 Yeah mine are only 1.75MB as well, the "applying computer settings" section takes longer than the "applying personal settings"
-
-
11th July 2008, 12:31 PM #9 Going way back into pre-history (ie Lan Manager and Windows NT 3.5) the "normal" practice was to put things you wanted to replicate into the netlogon share (because there wasn't anything else!)
Old-timers like me, just carried on doing that - mandatory profiles go in the netlogon share still - but there isn't any need to do that and you can set up any replicated folder to do it. I can't see any reason not to have a share called "profiles" and put mandatory (and roaming if you want) in that location.
-
-
11th July 2008, 12:37 PM #10 Profiles would be OK in NETLOGON then, so path like...
%LOGONSERVER%\NETLOGON\profiles
Should sort that out.
How about the Start Menu \ Desktop (so every user has the same one), had aggro with that with both the environment variables and also in NETLOGON they did weird things about trusted zones and "are you sure you want to open this file" securuty warnings?
-
-
11th July 2008, 12:49 PM #11 I've put ours on each machine (pushed out via MSI). It helps for when four or five IT suites logon at once or wireless laptops are used.
Any time we update profiles, start menus, etc, we just repackage the MSI and push out via GPO
-
-
11th July 2008, 02:32 PM #12 Hmm we had shortcuts locally on the PCs before, nto really keen on that idea but see your point with speeding up the profiles - how do people find they perform e.g. do you team the NICs on the DCs etc?
-
-
11th July 2008, 04:06 PM #13 Be careful that you do not put to much in the netlogon share, the replication system used can't handle large amounts of data and your neetlogon share will disappear into the ether with event log messages about replication failures.
-
-
11th July 2008, 04:47 PM #14 I've got one Start Menu's worth of shortcuts, some desktop icons and one or two batch files and that's about it.
I've put them in a folder under SYSVOL i.e. alongside the NETLOGON (scripts) folder rather than inside it, seemed to cause less aggro with the Start Menu that way.
Mapped the profile via %LOGONSERVER%\SYSVOL\domain\usersettings\profiles
Desktop via \\domain\sysvol\domain\usersettings\desktop
Start Menu via \\domain\sysvol\domain\usersettings\startmenus
Seems to work OK, direction goes through and maps the paths to the DC's name... so far so good 
Total file size is about 10MB, it should be able to handle that I'd hope
-
-
12th July 2008, 07:15 AM #15 
Originally Posted by
Richie_OLSJ
I've put ours on each machine (pushed out via MSI). It helps for when four or five IT suites logon at once or wireless laptops are used.
Any time we update profiles, start menus, etc, we just repackage the MSI and push out via GPO
I was going to suggest something like this, but rather than use MSI, which requires certain skills, I would just use a startup scrtipt that ROBOCOPYs from the server to a drive on the PC e.g.
Code:
ROBOCOPY \\servername\profileshare\mandatory C:\Profiles\Mandatory /e /purge
(guessing syntax from memory, but this is a basic sync that only copies changes)
You would also need to ensure the security on the C:\Profiles\Mandatory path was such that users could read and not write. This could be achieved in a number of ways (eg CACLS or GP)
User accounts would then be set to use profiles from C:\Profiles\Mandatory\(profilename)
-
SHARE:
Similar Threads
-
By jcollings in forum Networks
Replies: 7
Last Post: 9th September 2009, 03:36 PM
-
By leegcvcc in forum Windows
Replies: 12
Last Post: 9th May 2008, 09:45 AM
-
By faza in forum Networks
Replies: 14
Last Post: 19th December 2007, 12:05 PM
-
By Midget in forum Windows
Replies: 3
Last Post: 24th January 2007, 06:07 PM
-
By HodgeHi in forum Windows
Replies: 2
Last Post: 6th December 2006, 12:56 PM
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
-
Forum Rules