> How exactly do you add a user to a group using the NET USER
> command?
To add a user account for Jay Jamison, with logon rights from 8 A.M. to 5
P.M., Monday through Friday (no spaces in time designations), a mandatory
password (jayj), and the user's full name, type:
net user jayj /add /passwordreq:yes
/times:monday-friday,8am-5pm/fullname:"Jay Jamison"
The command wrapped.
Start | Run | Type: hh ntcmds.chm::/net_user.htm
Net user
Adds or modifies user accounts or displays user account information.
--
Hope this helps. Let us know.
Wes
MS-MVP Windows Shell/User
In news:%(E-Mail Removed),
Nepatsfan <(E-Mail Removed)> hunted and pecked:
> "David H. Lipman" <DLipman~nospam~@Verizon.Net> wrote in
> message news:u$(E-Mail Removed)
>> From: "enolaeb" <(E-Mail Removed)>
>>
>>> What are the commands to create a new user account using
>>> the command prompt?
>>>
>>> I have Windows XP Media Center Edition and I am the Admin.
>>
>> Use the NET.EXE command with the USER switch parameter
>>
>> net user /?
>> The syntax of this command is:
>>
>>
>> NET USER [username [password | *] [options]] [/DOMAIN]
>> username {password | *} /ADD [options] [/DOMAIN]
>> username [/DELETE] [/DOMAIN]
>>
>>
>> You can also use this command to add this user to particular
>> Local Group.
>>
>> --
>> Dave
>> http://www.claymania.com/removal-trojan-adware.html
>> http://www.ik-cs.com/got-a-virus.htm
>
> How exactly do you add a user to a group using the NET USER
> command? I thought that's what the NET LOCALGROUP command was
> for.
>
> Nepatsfan