Re: Security necessary to list all services
- From: "Roger Abell [MVP]" <mvpNoSpam@xxxxxxx>
- Date: Fri, 23 Feb 2007 09:54:11 -0700
Thanks for the post-back and KB (a little troubled about its
granting to Authenticated Users though, at least for multi-domain
forests).
Roger
"Bowulf" <bowulf@xxxxxxxxx> wrote in message
news:1172239342.905536.66430@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
On Feb 22, 12:39 am, "Roger Abell [MVP]" <mvpNoS...@xxxxxxx> wrote:
"Bowulf" <bow...@xxxxxxxxx> wrote in message
news:1172073387.277170.213680@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
On Windows 2000 all one had to be to list all services resident was to
be a member of the Power Users group. On Windows Server 2003, that is
no longer sufficient. I can create GPO's or set the ACL for
manipulating individual *known* services, but I need to be assign the
user right to be able to manipulate or simply list all services
without giving local administrator access. What are my options?
As you have implied, it is a little challenging to do this via
Services section of GPO as one needs to have all possible
services in the GPO.
Are you familiar with the sc command?
sc <machine> query
for list of services instanced on the remote <machine>
thence use of sc's sdshow and sdset commands to show
and set the security descriptor for specific services,
using SDDL syntax (search MSDN for SDDL if needed).
Roger
I actually was trying both services.msc and the sc command, and it
failed both ways with an access denied message. It turns out it was
Windows 2003 SP1 issue not a problem with RTM version. Microsoft
changed the security in that version for the services. I discovered
this after a call to Microsoft support (and 2 hours). The problem is
not so much with security or permission to the actual services, but to
the Service Control Manager. Here is the link:
http://support.microsoft.com/kb/907460
Here is the command you have to run:
sc sdset SCMANAGER D:(A;;CCLCRPRC;;;AU)(A;;CCLCRPWPRC;;;SY)
(A;;KA;;;BA)S:(AU;FA;KA;;;WD)(AU;OIIOFA;GA;;;WD)
Thanks for your help.
.
- References:
- Security necessary to list all services
- From: Bowulf
- Re: Security necessary to list all services
- From: Roger Abell [MVP]
- Re: Security necessary to list all services
- From: Bowulf
- Security necessary to list all services
- Prev by Date: Re: Security necessary to list all services
- Next by Date: Re: Certificate on Juniper's Steel Belted Radius Server
- Previous by thread: Re: Security necessary to list all services
- Next by thread: Problems with NTP on Win2003
- Index(es):
Relevant Pages
|