S
Steven L Umbach
See the link below for a couple ways to give a user permissions to a service
by using a security template or the subinacl tool or a free third party tool
called setacl. The user will also need permissions to stop start any
services that the service depends on if there are any. --- Steve
http://support.microsoft.com/default.aspx?scid=kb;en-us;288129
http://setacl.sourceforge.net/html/examples.html -- setacl
SetACL.exe -on "\\server1\W32Time" -ot srv -actn ace
-ace "n:domain1\group1;p:start_stop"Sets permissions to start and
stop the Windows time service on server 'server1' for group 'group1' in
domain 'domain1'.
by using a security template or the subinacl tool or a free third party tool
called setacl. The user will also need permissions to stop start any
services that the service depends on if there are any. --- Steve
http://support.microsoft.com/default.aspx?scid=kb;en-us;288129
http://setacl.sourceforge.net/html/examples.html -- setacl
SetACL.exe -on "\\server1\W32Time" -ot srv -actn ace
-ace "n:domain1\group1;p:start_stop"Sets permissions to start and
stop the Windows time service on server 'server1' for group 'group1' in
domain 'domain1'.