Results 1 to 3 of 3

Thread: Permissions required to restart services

  1. #1
    susan Guest

    Permissions required to restart services

    I have a situation in which I want a couple users to be able to do these
    things (on a WIndows 2003 server):

    Log on remotely and restart 2 specific services

    The remote logon works, but I can't figure out how to grant them permissions
    to restart selected services. (If I make them members of the local Power
    Users group, they can restart the services, but I don't really want them to
    have all the other "rights" that go along with being a Power User.)

    Thanks



  2. #2
    Pegasus \(MVP\) Guest

    Re: Permissions required to restart services


    "susan" <susan@discussions.microsoft.com> wrote in message
    news:10DDFA05-ACB4-4C14-9827-FE0F0844F36D@microsoft.com...
    >I have a situation in which I want a couple users to be able to do these
    > things (on a WIndows 2003 server):
    >
    > Log on remotely and restart 2 specific services
    >
    > The remote logon works, but I can't figure out how to grant them
    > permissions
    > to restart selected services. (If I make them members of the local Power
    > Users group, they can restart the services, but I don't really want them
    > to
    > have all the other "rights" that go along with being a Power User.)
    >
    > Thanks


    You could do it indirectly: Allow them to create a flag file that gets
    polled by a scheduled task once every five minutes. If it exists then the
    task will start the nominated services.



  3. #3
    Salvador Manaois III Guest

    RE: Permissions required to restart services

    Hi Susan,

    I can think of four possible ways for you to do this; there could be more
    actually. =)

    Method 1.
    Using group policy to assign security for services:
    http://support.microsoft.com/kb/256345/

    Method 2.
    Grant rights using Security Templates
    http://support.microsoft.com/kb/288129

    Method 3.
    Grant rights using SubinACL.exe

    SUBINACL /SERVICE \\MachineName\ServiceName
    /GRANT=[DomainName\]UserName[=Access]

    In you case, Access = TO (Start and stop service)
    http://support.microsoft.com/kb/288129

    Method 4.
    Grant rights using SC.EXE.
    http://technet.microsoft.com/en-us/l...spx#BKMK_sdset

    You can use "SC sdset" to set the security descriptor of the services. This
    entails using SDDL to set the ACEs.
    http://msdn.microsoft.com/en-sg/libr...us,VS.85).aspx

    --
    ....Badz...
    MCSE MCSA CEH MCITP | Enterprise/Server Admin
    Bytes & Badz : http://badzmanaois.blogspot.com


    "susan" wrote:

    > I have a situation in which I want a couple users to be able to do these
    > things (on a WIndows 2003 server):
    >
    > Log on remotely and restart 2 specific services
    >
    > The remote logon works, but I can't figure out how to grant them permissions
    > to restart selected services. (If I make them members of the local Power
    > Users group, they can restart the services, but I don't really want them to
    > have all the other "rights" that go along with being a Power User.)
    >
    > Thanks
    >
    >


Similar Threads

  1. Permissions for single remote service restart
    By RichardW in forum Windows Server Help
    Replies: 5
    Last Post: 06-10-2011, 05:22 PM
  2. Can't install KIS 2010 - Dont have the required permissions
    By Vrushabh in forum Windows Software
    Replies: 6
    Last Post: 20-07-2010, 05:28 PM
  3. No Restart Required After New Software Intallation
    By Gusgr8 in forum Tips & Tweaks
    Replies: 2
    Last Post: 06-04-2009, 12:44 PM
  4. File Audit services.exe permissions problem
    By Asuman in forum Networking & Security
    Replies: 4
    Last Post: 25-03-2009, 11:40 AM
  5. Permissions required to delegate printer management
    By Gareth in forum Windows Server Help
    Replies: 7
    Last Post: 27-03-2007, 07:08 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,579,617.47934 seconds with 17 queries