Windows Thread, CSVDE importing users into groups in Technical; I am trying to set up a spreadsheet to bulk import our schools users onto our new server, I can ...
-
8th November 2007, 03:16 PM #1
- Rep Power
- 0
CSVDE importing users into groups
I am trying to set up a spreadsheet to bulk import our schools users onto our new server, I can get it to import username etc and into the correct OU but I can't get it to accept groups. Any ideas? Also can you add password?
I don't fancy imputting 1200 users.
-
-
IDG Tech News
-
8th November 2007, 03:43 PM #2
- Rep Power
- 11
Re: CSVDE importing users into groups
Just PM'd you mate take a look.
-
-
8th November 2007, 03:46 PM #3 Re: CSVDE importing users into groups
CSVDE will not set passwords, you need dsadd.
What I do is setup my csv file on a Unix box, and run it through an awk script to produce a couple of .bat files, which I then transfer to the M$ box and run. Samples lines from each file (there will be one per user).
mkuser.bat (the user will logon with gorag07 and password kleys47)
dsadd user "CN=Gora George,OU=07,OU=Students,DC=dt,DC=local" -samid gorag07 -ln Gora -fn George -pwd kleys47 -hmdir \\dt-server\gorag07$ -hmdrv H: -loscr student.bat
mkhome.bat
cd \StudentHomeDirs
mkdir gorag07
cacls gorag07 /e /c /g gorag07:f
-
SHARE:
Similar Threads
-
By Mr_M_Cox in forum How do you do....it?
Replies: 16
Last Post: 4th November 2008, 12:36 PM
-
By sidewinder in forum Mac
Replies: 0
Last Post: 19th September 2007, 02:02 PM
-
By localzuk in forum *nix
Replies: 23
Last Post: 11th February 2007, 09:57 PM
-
By Ric_ in forum Virtual Learning Platforms
Replies: 16
Last Post: 23rd January 2007, 09:34 AM
-
By Ric_ in forum Virtual Learning Platforms
Replies: 6
Last Post: 9th October 2006, 10:49 AM
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