Andie Posted April 25, 2007 Posted April 25, 2007 I have to bite the bullet and change our user account policy of having one user account and password per class (primary school setup) to having each child with their own user account and password. I have software that will allow me to import users in bulk from a csv file(and it will also generate a separate medium complexity password for each user), but that will only set things up at a fairly basic level. I anticipate that each of these will need changes to their Profile tab in AD at least. There must be a way to do this other than having to go into the Properties of every single new user one at a time, mustn't there?? I guess this is something other primary school techies will be facing soon too. Help! Please!
Geoff Posted April 25, 2007 Posted April 25, 2007 'dsmod user' can do this. http://technet2.microsoft.com/windowsserver/en/library/3558c421-ba3d-4b8f-a107-b9058cc0f2861033.mspx?mfr=true
DMcCoy Posted April 25, 2007 Posted April 25, 2007 Server 2003 or 2000? For 2003, select all the users and right click, properties in ADUC. You can then set all the profiles to a mandatory one or set all the home folders. Home folders are easy, just fill it in with \\server\share\%username% and it will substitute the users login name - it will also create the home folders and set permission on them if the user running ADUC has relevant permissions (if admin, you will). You can also add all the users to groups in the same way. If server 2000 I can suggest something ugly, but it works (involving the old, non broken nt user tools).
NetworkGeezer Posted April 25, 2007 Posted April 25, 2007 If you are not scared of the command line then the two commands you need are CSVDE to create student accounts from a CSV file NET USER to set default password and profile with /ProfilePath swtich
Ric_ Posted April 25, 2007 Posted April 25, 2007 Check out http://www.google.com/url?sa=t&ct=res&cd=1&url=http%3A%2F%2Fwww.computerperformance.co.uk%2FLogon%2FCSVDE_LDIFDE.htm&ei=8oQvRqnJNZHuQd62tIcL&usg=AFrqEze2qvfFIk2lVOYNQa4MPOuotfXDig&sig2=jZkNe67wLIHC_HlpKOsPYQ for some more info on CSVDE. It should do everything in one go.
Andie Posted April 27, 2007 Author Posted April 27, 2007 Thanks, folks. We are running server 2003 so it looks like it will be as simple as multiple selecting all the new accounts and changing them all at once, with the %username% variable. Yippee!! We have LNM, so I can input the users in bulk from a csv file. But the idea of changing all the user properties one-by-one was giving me sleepless nights...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now