|
|
FAQ
Search
Memberlist
Usergroups
Register
Profile
Private messages
Log in
|
|
| Author |
Message |
moi Guest
|
Posted: Tue Apr 18, 2006 8:35 pm Post subject: @ Import user, password and disable logon : how ? |
|
|
Hello,
I have to import 1300 new users with name and password from a text file to
my domain.
These users will be in the Active Directory but they don't have to be able
to logon to a windows client of my domain. They are just in my Active
Directory to be authentifiate by my ISA 2004 proxy server.
So :
- How to simply import from a the text file (or xls file)?
- How to import this "no-logon" feature ?
A sample idea is to set a false computer, in the active directory, for each
user so that they couldn't logon.... how to do it with the import task ?
Thanks for explain me the way i should do ..
Bye ! |
|
| Back to top |
|
 |
|
|
Pegasus (MVP) Guest
|
Posted: Wed Apr 19, 2006 3:39 am Post subject: Re: @ Import user, password and disable logon : how ? |
|
|
"moi" <me@me.fr> wrote in message
news:%23wVMgYwYGHA.3868@TK2MSFTNGP04.phx.gbl...
| Quote: | Hello,
I have to import 1300 new users with name and password from a text file to
my domain.
These users will be in the Active Directory but they don't have to be able
to logon to a windows client of my domain. They are just in my Active
Directory to be authentifiate by my ISA 2004 proxy server.
So :
- How to simply import from a the text file (or xls file)?
- How to import this "no-logon" feature ?
A sample idea is to set a false computer, in the active directory, for
each
user so that they couldn't logon.... how to do it with the import task ?
Thanks for explain me the way i should do ..
Bye !
|
Try this:
@echo off
for /F "tokens=1-2" %%a in (c:\users.txt) do net user %%a %%b /add
/active:no |
|
| Back to top |
|
 |
Guest
|
|
| Back to top |
|
 |
Ken Aldrich Guest
|
Posted: Wed Apr 19, 2006 9:37 pm Post subject: Re: @ Import user, password and disable logon : how ? |
|
|
DSRAZOR for Windows does bulk importing of users into Active Directory very
well.
You can import from your excel file and you may include as much or as little
information as you wish when importing. You can set the expiration date,
set the account to be enabled or disabled after import, set passwords,
create home directories (plus assign ownership and full control), create
Exchange mailboxes, add to groups, and more.
If you would like to contact us at
www.visualclick.com/?source=041906bulkimport we would be happy to set up a
free, personalized, one-on-one web presentation to see if we can meet your
needs.
Thank you
--
Ken Aldrich
DSRAZOR for Windows
Visual Click Software, Inc.
www.visualclick.com
"moi" <me@me.fr> wrote in message
news:%23wVMgYwYGHA.3868@TK2MSFTNGP04.phx.gbl...
| Quote: | Hello,
I have to import 1300 new users with name and password from a text file to
my domain.
These users will be in the Active Directory but they don't have to be able
to logon to a windows client of my domain. They are just in my Active
Directory to be authentifiate by my ISA 2004 proxy server.
So :
- How to simply import from a the text file (or xls file)?
- How to import this "no-logon" feature ?
A sample idea is to set a false computer, in the active directory, for
each user so that they couldn't logon.... how to do it with the import
task ?
Thanks for explain me the way i should do ..
Bye !
|
|
|
| Back to top |
|
 |
|
|