Networking Forums

Networking Forums > Computer Networking > Windows Networking > Creating user fo use of running services

Reply
Thread Tools Display Modes

Creating user fo use of running services

 
 
Ruby Tuesdays
Guest
Posts: n/a

 
      04-20-2004, 11:26 PM
Hi, I was wondering if there are a shortcut to create a service account
user. Rather than using the GUI where I have to put in a lot of un-necessary
stuff such as email account, etc .... I just want to create a basic service
account user for a particular application, e.g. database admin service
account as the GOD user for that database instance.

PS: I have SBS 2003 and Win 2000 servers.

Thanks


 
Reply With Quote
 
 
 
 
Marin Marinov
Guest
Posts: n/a

 
      04-21-2004, 02:35 AM
In article <c64bjs$7s4u6$(E-Mail Removed)>,
(E-Mail Removed) says...
> Hi, I was wondering if there are a shortcut to create a service account
> user. Rather than using the GUI where I have to put in a lot of un-necessary
> stuff such as email account, etc .... I just want to create a basic service
> account user for a particular application, e.g. database admin service
> account as the GOD user for that database instance.
>
> PS: I have SBS 2003 and Win 2000 servers.
>
> Thanks

Will

net user GOD P@ssw0rd /add /domain

be sufficient for your needs? You can also take a look at "dsadd user
/?"

HTH
--
Cheers,
Marin Marinov
MCT,MCSE 2003,MCSE:Security 2003
-
This posting is provided "AS IS" with no warranties, and confers no
rights.
 
Reply With Quote
 
Ruby Tuesdays
Guest
Posts: n/a

 
      04-21-2004, 05:23 AM
Thanks.

How would you add/modify service account of an apps with the user we just
created?, that is:

run the application xxxx under user yyyyy. THanks


 
Reply With Quote
 
Guest
Posts: n/a

 
      04-21-2004, 03:22 PM
runas /user:domain\userid cmd

Use the runas /? to get the syntax.

Gus
"Ruby Tuesdays" <(E-Mail Removed)> wrote in message
news:c650gj$7tust$(E-Mail Removed)...
> Thanks.
>
> How would you add/modify service account of an apps with the user we just
> created?, that is:
>
> run the application xxxx under user yyyyy. THanks
>
>



 
Reply With Quote
 
Marin Marinov
Guest
Posts: n/a

 
      04-21-2004, 09:26 PM
In article <c650gj$7tust$(E-Mail Removed)>,
(E-Mail Removed) says...
> Thanks.
>
> How would you add/modify service account of an apps with the user we just
> created?, that is:
>
> run the application xxxx under user yyyyy. THanks

IIUC, you want to modify the account under which the service runs,
right? If that's the case you can use, for example:

sc config Alerter obj= MYDOMAIN\GOD password= P@ssw0rd

The tool is built-in in Win2K3 and is in the ResKit for Win2K.

HTH
--
Cheers,
Marin Marinov
MCT,MCSE 2003,MCSE:Security 2003
-
This posting is provided "AS IS" with no warranties, and confers no
rights.
 
Reply With Quote
 
Useko Netsumi
Guest
Posts: n/a

 
      04-22-2004, 03:50 AM
Thanks Marin. Where can I find the list of command-line tools for W2K3?
Thanks

"Marin Marinov" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) om...
> In article <c650gj$7tust$(E-Mail Removed)>,
> (E-Mail Removed) says...
> > Thanks.
> >
> > How would you add/modify service account of an apps with the user we

just
> > created?, that is:
> >
> > run the application xxxx under user yyyyy. THanks

> IIUC, you want to modify the account under which the service runs,
> right? If that's the case you can use, for example:
>
> sc config Alerter obj= MYDOMAIN\GOD password= P@ssw0rd
>
> The tool is built-in in Win2K3 and is in the ResKit for Win2K.
>
> HTH
> --
> Cheers,
> Marin Marinov
> MCT,MCSE 2003,MCSE:Security 2003
> -
> This posting is provided "AS IS" with no warranties, and confers no
> rights.



 
Reply With Quote
 
Marin Marinov
Guest
Posts: n/a

 
      04-22-2004, 01:57 PM
In article <c67fes$8jmdq$(E-Mail Removed)>,
(E-Mail Removed) says...
> Thanks Marin. Where can I find the list of command-line tools for W2K3?
> Thanks

<snip>
Start\Help and Support, search for "Command-line reference A-Z" (without
the quotes)

--
Cheers,
Marin Marinov
MCT,MCSE 2003,MCSE:Security 2003
-
This posting is provided "AS IS" with no warranties, and confers no
rights.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating User Friendly Mapped Drives WaltB123 Windows Networking 3 06-21-2007 02:56 PM
creating a user for DHCP credential reza Windows Networking 3 07-29-2006 12:22 PM
Creating a shared area for a specific user Rocker Windows Networking 1 05-12-2006 08:50 AM
services running under a certain account Simo Sentissi Windows Networking 1 08-15-2005 04:39 PM
Creating User Account =?Utf-8?B?TXJNaWtl?= Windows Networking 2 01-05-2005 04:39 PM



1 2 3 4 5 6 7 8 9 10 11