Re: Can windows handle this simple task? - Create user account thru command line-
From: Mike Brannigan [MSFT] (mikebran_at_online.microsoft.com)
Date: 03/19/04
- Next message: BS: "Re: Can windows handle this simple task? - Create user account thru command line-"
- Previous message: Scott Elgram: "Re: problem ading local user"
- In reply to: Ruby Tuesdays: "Can windows handle this simple task? - Create user account thru command line-"
- Next in thread: BS: "Re: Can windows handle this simple task? - Create user account thru command line-"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 19 Mar 2004 17:00:51 -0000
"Ruby Tuesdays" <NoSpamPlease_rubytuzdaiz@yahoo.com> wrote in message
news:c3f8eg$27lkhv$1@ID-205437.news.uni-berlin.de...
> I have it in a table such as :
> Is there a way to create user account thru scripting/command-line?
> Or this is too complicated for Windows to handle, therefore I have to do
it
> manually?
>
>
> Username=GroupName=HomeDir=FirstName=Lastname=Description
>
> e.g:
>
> ruby=gem=c:\home\users\ruby=Ruby=Tuesday=Gem Expert
>
> I have about 200 entries to create. THanks
>
Of course you can do it.
You have a choice of tools
LDIFDE, CSVDE and then you can write your own ADSI scripts to import your
own format if you cannot get you list in CSV or LDIF.
-- Regards, Mike -- Mike Brannigan [Microsoft] This posting is provided "AS IS" with no warranties, and confers no rights Please note I cannot respond to e-mailed questions, please use these newsgroups "Ruby Tuesdays" <NoSpamPlease_rubytuzdaiz@yahoo.com> wrote in message news:c3f8eg$27lkhv$1@ID-205437.news.uni-berlin.de... > I have it in a table such as : > Is there a way to create user account thru scripting/command-line? > Or this is too complicated for Windows to handle, therefore I have to do it > manually? > > > Username=GroupName=HomeDir=FirstName=Lastname=Description > > e.g: > > ruby=gem=c:\home\users\ruby=Ruby=Tuesday=Gem Expert > > I have about 200 entries to create. THanks > >
- Next message: BS: "Re: Can windows handle this simple task? - Create user account thru command line-"
- Previous message: Scott Elgram: "Re: problem ading local user"
- In reply to: Ruby Tuesdays: "Can windows handle this simple task? - Create user account thru command line-"
- Next in thread: BS: "Re: Can windows handle this simple task? - Create user account thru command line-"
- Messages sorted by: [ date ] [ thread ]