Computing.Net > Forums > Windows 2000 > Creating multiple windows accounts.

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Creating multiple windows accounts.

Reply to Message Icon

Name: faster340
Date: April 6, 2004 at 07:05:10 Pacific
OS: win2k
CPU/Ram: P111 1ghz 256k Laptop
Comment:

I need to create multiple user accounts on windows 2000 servers remotely. Is there an easy way to do this? I have to do this to 21 w2k servers. FYI... No domain controllers and no active directory are being used on these servers. They are w2k servers in a Novell clustered environment.

Thanks.



Sponsored Link
Ads by Google

Response Number 1
Name: ramesh_sang
Date: April 6, 2004 at 08:25:43 Pacific
Reply:

hi,

here i had given one .vbs script, just execute using "cscript filename.vbs". Save the below script as filename.vbs :))


'beginning of the script
strComputer = "ServerName"
Set colAccounts = GetObject ("WinNT://" & strComputer & "")
Set objUser = colAccounts.Create ("user", "username")
'like this above line give as many lines as users were
objUser.SetPassword "test"
'common password for all user ( if not u can change)
objUser.SetInfo
'End of the script

keep smiling :))


S. Ramesh
rsangepu@avineonindia.com
sramesh_sang@yahoo.com


0

Response Number 2
Name: ajroxit
Date: April 6, 2004 at 16:55:05 Pacific
Reply:

i use PC anywhere to terminal in. ATT makes a good free one if you want to deal with the learning curve. KVM over ethernet is by far the best solution here. just depends on the servers your using.
a.) big rack mount servers, go with KVM over ethernet
b.) small desktop style, PC anywhere works like a champ.
good luck
AJ
PS. doing the remote thing is easier and you'll use it again and again.
mix this with a barts boot disk and a burned image of the OS and your rocking.a reinstall is like 10 mins and you work from home ^^)

"ye of itchy azz hole, have stinky finger"


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


Changing font size in Wor... Windows 2000 reboots



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Windows 2000 Forum Home


Sponsored links

Ads by Google


Results for: Creating multiple windows accounts.

Local Accounts www.computing.net/answers/windows-2000/local-accounts/58887.html

Multiple profiles created on Win2K www.computing.net/answers/windows-2000/multiple-profiles-created-on-win2k/64430.html

Windows 2000 account management www.computing.net/answers/windows-2000/windows-2000-account-management/16469.html