Marcelo López
01-20-2004, 12:55 PM
In microsoft.public.win2000.cmdprompt.admin Marcelo López wrote:
> I need to create an administrator account through command line
> I created the user using net user /ADD
> But the account generated is a limited one.
>
> So i want to use the net group username usergroup / ADD
>
> (i guess this is the way) to assignthe user to the Administrators
> Group.
>
> But i get a message that says " you can only do it on a win domain
> controller". I tried using the /DOMAIN but ith didn't work
>
> How should i assign the admin permissions to my new user ?
Group membership is either a local group ("localgroup") or a domain
group ("group")
NET LOCALGROUP [groupname [/COMMENT:"text"]] [/DOMAIN]
groupname {/ADD [/COMMENT:"text"] | /DELETE} [/DOMAIN]
groupname name [...] {/ADD | /DELETE} [/DOMAIN]
From: "Mark V" <notvalid@invalid.nul>
Subject: Re: Create Admin Account
Date: Monday, January 19, 2004 6:46 PM
In microsoft.public.win2000.cmdprompt.admin Marcelo López wrote:
> I need to create an administrator account through command line
> I created the user using net user /ADD
> But the account generated is a limited one.
>
> So i want to use the net group username usergroup / ADD
>
> (i guess this is the way) to assignthe user to the Administrators
> Group.
>
> But i get a message that says " you can only do it on a win domain
> controller". I tried using the /DOMAIN but ith didn't work
>
> How should i assign the admin permissions to my new user ?
Group membership is either a local group ("localgroup") or a domain
group ("group")
NET LOCALGROUP [groupname [/COMMENT:"text"]] [/DOMAIN]
groupname {/ADD [/COMMENT:"text"] | /DELETE} [/DOMAIN]
groupname name [...] {/ADD | /DELETE} [/DOMAIN]
> I need to create an administrator account through command line
> I created the user using net user /ADD
> But the account generated is a limited one.
>
> So i want to use the net group username usergroup / ADD
>
> (i guess this is the way) to assignthe user to the Administrators
> Group.
>
> But i get a message that says " you can only do it on a win domain
> controller". I tried using the /DOMAIN but ith didn't work
>
> How should i assign the admin permissions to my new user ?
Group membership is either a local group ("localgroup") or a domain
group ("group")
NET LOCALGROUP [groupname [/COMMENT:"text"]] [/DOMAIN]
groupname {/ADD [/COMMENT:"text"] | /DELETE} [/DOMAIN]
groupname name [...] {/ADD | /DELETE} [/DOMAIN]
From: "Mark V" <notvalid@invalid.nul>
Subject: Re: Create Admin Account
Date: Monday, January 19, 2004 6:46 PM
In microsoft.public.win2000.cmdprompt.admin Marcelo López wrote:
> I need to create an administrator account through command line
> I created the user using net user /ADD
> But the account generated is a limited one.
>
> So i want to use the net group username usergroup / ADD
>
> (i guess this is the way) to assignthe user to the Administrators
> Group.
>
> But i get a message that says " you can only do it on a win domain
> controller". I tried using the /DOMAIN but ith didn't work
>
> How should i assign the admin permissions to my new user ?
Group membership is either a local group ("localgroup") or a domain
group ("group")
NET LOCALGROUP [groupname [/COMMENT:"text"]] [/DOMAIN]
groupname {/ADD [/COMMENT:"text"] | /DELETE} [/DOMAIN]
groupname name [...] {/ADD | /DELETE} [/DOMAIN]