|
Security Basics
mailing list archives
Re: cmdline tool to add users (win2k)
From: Doc Rice <docrice () wicked-styles com>
Date: 1 Oct 2003 07:25:32 -0000
In-Reply-To: <SRV2KW3EXCHNG8F94un000000a0 () srv2kw3exchng entrenchtech com>
As an example, try:
net user jsmith mypassword /add /domain
to create a domain user account, assuming you have Domain Admin rights. If you don't have the "/domain" you'll create
an account on the local machine. Please don't use "mypassword" as the pw though. Then do:
net groups "Domain Admins" jsmith /add /domain
to add the account to this domain group.
NET USER
The syntax of this command is:
NET USER
[username [password | *] [options]] [/DOMAIN]
username {password | *} /ADD [options] [/DOMAIN]
username [/DELETE] [/DOMAIN]
<snip>
-----Original Message-----
From: Hugo Saro [mailto:h_saro () yahoo com]
Sent: Tuesday, September 30, 2003 3:26 PM
To: security-basics () securityfocus com
Subject: cmdline tool to add users (win2k)
.. anyone knows a nice cmd utility to add/rem groups/users? I
have access to some w2k terminal servers but i prefer telnet
(with proper encriptation) to the gui, something that lets me
add users etc would be nice, but I couldn't find any.
Ideas?
---------------------------------------------------------------------------
----------------------------------------------------------------------------
By Date
By Thread
Current thread:
|