Home All Groups Group Topic Archive Search About
Author
10 Feb 2006 7:49 PM
Rob
Anyone know how to restrict a logon to only restarting a specific service on
a particullar server (only 1)

Author
11 Feb 2006 6:24 PM
Kurt Roggen
GPO linked to 1 server (Computer Config\Windows settings\Security
Services\Services)
or use tool SetACL (from setacl.sourceforge.net)
Supported object types: files and directories, registry keys, printers,
services, network shares.

Example from http://setacl.sourceforge.net/html/examples.html
SetACL.exe -on "\\server1\W32Time" -ot srv -actn ace
           -ace "n:domain1\group1;p:start_stop" Kurt
Roggenhttp://blogontheweb.com/roggenk

Show quoteHide quote
"Rob" <R**@discussions.microsoft.com> wrote in message
news:AFE35065-90A1-4168-AD4A-BDEB89422C9B@microsoft.com...
> Anyone know how to restrict a logon to only restarting a specific service
> on
> a particullar server (only 1)