Jump to content

Recommended Posts

Posted

Hi,

 

I am setting up a new server 2008 r2 with windows 7 clients and I'm looking for a bit of advice on how best to bulk add students and teachers and assign them their home folders.

 

This is my first time setting up a 2008 r2 server and I'm getting a bit confused.

 

I have set up a shared folder d:\work$ and within this I have subfolders for students and staff which is then divided again into year groups e.g. d:\work$\students\2011\

 

I want to create the 200 users in ad, create a folder for each of them under 2011 folder, set up folder redirection and roaming profiles.

 

What is the best way to go about this? Should I be scripting everything, the adding users, creating folders and setting rights to the folders? or should I just be using a script to add the users to AD and using gpo to do everything else?

 

Thanks

Posted

You might find this useful... Mikey Magic's Web Site - Active User Manager

 

Folder redirection is/can be done purely through group policy, and folders for My Documents will be automatically made when you create the users in AD, as long as you set a Home Directory path.

 

I would advise setting up another share for profiles, and setting the profile path in AD for the users as well. A useful tip would be to use %USERNAME% when typing in the profile and home directory locations. For example, your 2011 students would have \\\work$\students\2011\%USERNAME% as their home directory and \\\profiles$\students\2011\%USERNAME% as their profile path.

 

There shouldn't be a need to script anything, but there is more than one way to skin a cat!

  • Thanks 2
Posted
I would set the share permission to have Everyone with Full Control, but make sure the folders themselves only give the student in question and the Administrator access. But other people will have different ideas on security. I'm reasonable lax because I don't think the students here are malicious, others won't give students an inch.
Posted

Morning,

 

Check out the tools from Wise Soft WiseSoft - Resources for IT Professionals

 

I've used them many of times before without fail! will do what you want without any issues.

 

Account Management Spreadsheet < That will create your user accounts and allow you to fill in information.

Bulk AD Users < That will help with bulk modifying the users attributes.

 

I hope that helps,

 

James.

Posted

you don't need a subfolder called 'students' that should be obvious.

For each year make a folder which the name is the year they started. for staff the folder is staff. share these folders

 

so you have

 

d:\userareas

\staff$

\2010$

\2009$

etc

 

 

no need to make it more complicated than it needs to be

Posted
Second the Wisesoft software, very handy (just make sure that you use it carefully, I have managed to mess up big style using the Bulk AD Users software...)
Posted
you don't need a subfolder called 'students' that should be obvious.

For each year make a folder which the name is the year they started. for staff the folder is staff....

 

no need to make it more complicated than it needs to be

 

You are right, there is no need for me to do that, I'll change that now.

 

Am I right in saying that I don't have to stipulate a home folder if I am going to use a folder redirection gpo?

 

With folder redirection, will I have to make a policy for each intake year so that the redirection goes to the appropriate subfolder?

Posted

Personally I give them a home folder in AD and then redirect to the home folder, so that you don't need to do part 2 of your post and make a different GPO for each year (though you can set different redirections based on group membership if thats the route you want to take). I've found that Windows 7 was a bit grumpy about redirecting My Docs unless it was set to redirect Home Directory, but YMMV.

 

As a heads up, you might want to ensure that Libraries are dealt with in any way you see fit. The reason being is that if the Redirection fails, they will still have a My Documents, but it will be the C:\Users\Public\ My Docs, leading kids to save onto C: and thus it won't be there when they log back in. I use a mandatory profile to get around this issue, but if you're using individual profiles you might want to look into an alternative...

Posted

If you have a staff folder and a student folder then you only need to make 2 shares i.e staff$ and student$ whereas if you just use year of entry folders 2010, 2011 etc... you will have more shares.

 

There is a MS document on technet regarding default permissions.

 

You can use tools such as dsadd or csvde to create the accounts.

 

Don't bother with trying to use the $username$ substitution if trying out dsadd it doesn't work.

 

Once they are created you can do a bulk modify on the home folder attribute and change it to \\server\student$\2011\%username% or whatever path matches in your environment and it will automatically create the home folders for you.

 

Ben

Posted
My own personal concern with creating one share and putting every user under that one share is that shares have been known to fail (or they have for me), and the more people rely on that share, the more of a pain it can be. I have every student having their own hidden share, which for many is OTT, but when the share fails (for whatever reason) only one student is afffected, not the entire year or all students... But again, that's completely personal :)
Posted
You are right, there is no need for me to do that, I'll change that now.

 

Am I right in saying that I don't have to stipulate a home folder if I am going to use a folder redirection gpo?

 

With folder redirection, will I have to make a policy for each intake year so that the redirection goes to the appropriate subfolder?

 

You can use an advanced redirection policy to do it by group membership which is probably the easiest way. No need for home folders, very NT4 ;-)

Posted
My own personal concern with creating one share and putting every user under that one share is that shares have been known to fail (or they have for me), and the more people rely on that share, the more of a pain it can be. I have every student having their own hidden share, which for many is OTT, but when the share fails (for whatever reason) only one student is afffected, not the entire year or all students... But again, that's completely personal :)

 

If you're getting shares fail on a regular basis then you have some serious problems with your network infrastructure.

Posted
You can use an advanced redirection policy to do it by group membership which is probably the easiest way. No need for home folders, very NT4 ;-)

 

Do you use roaming profiles as well? I'm trying to work out if they are worthwhile or not in a school environment. I have been asked to create a group policy that locks down as much as possible. Though I think that it is nearly impossible to do this without some sort of third party software.

Posted
Do you use roaming profiles as well? I'm trying to work out if they are worthwhile or not in a school environment. I have been asked to create a group policy that locks down as much as possible. Though I think that it is nearly impossible to do this without some sort of third party software.

 

You can lock down your clients very tightly using just GPO and GPP no need for 3rd party tools.

 

Ben

Posted

@teejay Entirely possible but its not on a regular basis, I haven't had a network share fail on me this year, but once burned, twice shy...

 

I use a mandatory profile for students, which seems to be working reasonable well. Not the easiest thing in the world to set up on Windows 7, though there is a good forum thread on it somewhere on EduGeek.

 

I'm not sure I would bother with a roaming profile otherwise, I would redirect everything (Start Menu, Desktop, Favourites etc). Again, personal opinion and YMMV. Would agree with plexer though, definately no need for 3rd party tools to lock down student workstations, Group Policy can lock down pretty much everything.

Posted

[quote=simpsonj;

 

As a heads up, you might want to ensure that Libraries are dealt with in any way you see fit. The reason being is that if the Redirection fails, they will still have a My Documents, but it will be the C:\Users\Public\ My Docs, leading kids to save onto C: and thus it won't be there when they log back in. I use a mandatory profile to get around this issue, but if you're using individual profiles you might want to look into an alternative...

 

how do you deal with libraries, what would you suggest?

 

I have created a few test users with home directories and I am setting the group policy to redirect the documents folder to the home folder, is it best to redirect the rest of the folders too? or can is there a way to disable everything else and have the user only save to the documents folder in windows 7?

Posted

I tjhink it was just a GPO, under User Config- Policies- Admin templates- Windows Components- Windows Explorer - Turn off Windows Libraries features that rely on indexed file data.

 

Either that, or I configured the mandatory profile and took out all the library locations barring the z:\ drive (which I map their My Documents to).

 

Try the top option first and that might work, otherwise I think there are some very neat solutions to this issue on edugeek.

 

You should have an option to set the Music, Pictures and Videos folders to "Follow the Documents folder". I set the Desktop to redirect into the My Documents (Z:\Desktop) so that students can have their own desktop as some prefer to work that way. Otherwise I would block students from being able to add files to the desktop entirely.

Posted (edited)
Take a look at the following link from the ADDS team at Microsoft...

 

Automatic creation of user folders for home, roaming profile and redirected folders. - Ask the Directory Services Team - Site Home - TechNet Blogs

 

Thats how Ive moved on to doing it now, in combo with Active User Manager

 

 

Do you use the separate share Home$ or just redirect My Documents into FldrRedir$ along with the Desktop (and AppData etc)?

 

Not sure why it mentions to use Home Folders, though those were a relic of the NT days?

 

If I redo our roaming profiles I was going to use these permissions for the share...

 

Security Recommendations for Roaming User Profiles Shared Folders: Group Policy

Edited by gshaw
Posted
I tjhink it was just a GPO, under User Config- Policies- Admin templates- Windows Components- Windows Explorer - Turn off Windows Libraries features that rely on indexed file data.

 

Either that, or I configured the mandatory profile and took out all the library locations barring the z:\ drive (which I map their My Documents to).

 

Try the top option first and that might work, otherwise I think there are some very neat solutions to this issue on edugeek.

 

You should have an option to set the Music, Pictures and Videos folders to "Follow the Documents folder". I set the Desktop to redirect into the My Documents (Z:\Desktop) so that students can have their own desktop as some prefer to work that way. Otherwise I would block students from being able to add files to the desktop entirely.

 

Hi there,

 

We're trying out the AUP and it looks very good. I found a few things with it that it automatically creates a normal profile folder and share and also profile with .v2 for vista and windows 7. I was just wondering if there is a way to not do the normal profile i.e. we will be moving over to windows 7 so all profiles will be with .v2 at the end.

 

Also i think it is not possible to get the AUP to hide the share i.e. put the $ at end of the share for profile so if anyone knows how to do this please let me know. It is an excellent program that does a lot of stuff and the bulk import/creation of users is really good and quick.

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...