![]() | Register | FAQ | Members | Social Groups | User Map | Calendar | Search | Today's Posts | Mark Forums Read |
Windows
Windows forum sponsored by |
| ||
| | | LinkBack | Thread Tools | Search Thread |
| Sponsored Links |
| | #1 |
![]() | Basically all our students are part-time and until now we've been OK with a shared area and machine-based logins. However time has caught up and getting some more "inquisitive So basically what I need a bit of software to do is... - take a CSV-exported list from our MIS software that has the following info firstname, lastname, studentID - automatically create a username by combining the firstname and lastname e.g. joe.bloggs - automatically handle any duplicates e.g. adding a number on the end etc and notifying of these at the end - set the password as the student ID, never expire, cannot be changed - set group membership - set mandatory profile path Anyone know of such software that fits the bill? So far I've looked at the Wisesoft speadsheet (nice but CSV import seems to be a pain, PowerShell cmdlets (got 1/2 way there then got stuck with the duplicates and also profile path setting) and a few others that seemed to do 1/2 the job... Info much appreciated as always Last edited by gshaw; 09-06-2009 at 01:49 PM.. |
| |
| | #2 |
![]() Join Date: Mar 2008 Location: Bedford
Posts: 1,152
Thanks: 29
Thanked 172 Times in 138 Posts
Blog Entries: 2 Rep Power: 41 | VBScript can do all of this quite happily. Hey Scripting Guy! How Can I Create Users from a CSV File? A bit of string parsing, and adding some statements to assign variables to the right attributes on each user and you're done. |
| |
| | #3 |
![]() Join Date: Dec 2005 Location: Norfolk
Posts: 6,044
Thanks: 99
Thanked 349 Times in 304 Posts
Rep Power: 84 | |
| |
| | #4 | |
![]() | Quote:
| |
| |
| | #5 |
![]() Join Date: Mar 2008 Location: Bedford
Posts: 1,152
Thanks: 29
Thanked 172 Times in 138 Posts
Blog Entries: 2 Rep Power: 41 | Its not that difficult. A few StrLeft commands, and for duplicates just throw in some error checking which adds a number after the username if the script kicks back with 'object already exists'. Edit: Having said that the bulk user creation tool that plexer recommends is probably going to be easier. Last edited by jamesb; 09-06-2009 at 03:08 PM.. |
| |
| | #6 |
![]() Join Date: Jan 2009 Location: Nothants
Posts: 174
Thanks: 6
Thanked 24 Times in 24 Posts
Rep Power: 8 | Im with ben on this.. Active Directory Tools, Active Directory Software so easy and no farting about.. |
| |
| | #7 |
![]() Join Date: Jul 2006 Location: North Wales
Posts: 75
Thanks: 20
Thanked 4 Times in 4 Posts
Rep Power: 8 | I agree with the others either a VBscript or AD import. Since SIMS tends to output in an excel CSV file I tend to juggle name etc in that (I've got a template that does it) then import the correct data. Cheers Peter |
| |
| | #9 |
![]() | There's another one I've just been recommended called AD Infinitum, so far quickest and cleanest interface of the ones I've tested... just need to see if it can do the custom passwords now... Edit: none of these so far have been bright enough to auto generate the login or object names... no need for a program if I have to do the hard work in the CSV file... all I want to supply it with is a first name, last name and password then auto generate the rest... am I missing something here Last edited by gshaw; 09-06-2009 at 03:32 PM.. |
| |
| | #10 |
![]() Join Date: Dec 2005 Location: Norfolk
Posts: 6,044
Thanks: 99
Thanked 349 Times in 304 Posts
Rep Power: 84 | Depends on your username format I suppose. Yes the programs should provide you with a customisable template I suppose for the username however stirng editing like that is so easy in excel anyway. Ben |
| |
| | #11 | |
![]() Join Date: Feb 2009
Posts: 460
Thanks: 66
Thanked 34 Times in 21 Posts
Blog Entries: 1 Rep Power: 10 | Quote:
| |
| |
| | #12 |
![]() Join Date: Nov 2007 Location: Leeds
Posts: 195
Thanks: 21
Thanked 28 Times in 27 Posts
Rep Power: 9 | |
| |
| | #14 |
![]() Join Date: Jan 2009 Location: Nothants
Posts: 174
Thanks: 6
Thanked 24 Times in 24 Posts
Rep Power: 8 | have a look at ... JustLDAP Bulk Import Sample |
| |
| | #15 | |
![]() Join Date: Nov 2007 Location: Leeds
Posts: 195
Thanks: 21
Thanked 28 Times in 27 Posts
Rep Power: 9 | Quote:
Although I tend to just place \\server\share\%username% in the users home directory field in standard Users and Computers, then it creates the home directory anyway. I'm pretty sure AUM will do everything you want it to. Check the user guide for more clarification. | |
| |
| Thanks to terrorvis from: | DAckroyd (09-06-2009)
|
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Windows Server 2008: Bulk User Creation | DAckroyd | Windows Server 2008 | 4 | 03-02-2009 09:25 PM |
| Bulk user Creation | Jamie_a | Windows | 10 | 14-01-2009 07:30 PM |
| bulk user creation | jonbones | Network and Classroom Management | 1 | 18-06-2008 10:43 AM |
| Bulk User Creation Tools | mark | Downloads | 16 | 10-07-2007 04:24 PM |
| Bulk user creation | Dos_Box | How do you do....it? | 63 | 13-11-2006 08:02 PM |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search Thread |
| |








