RE: Accessing remote perfmon/PDH data from a service, how to

From: Dale Weiss (dweiss_at_online.microsoft.com)
Date: 12/18/03


Date: Wed, 17 Dec 2003 23:29:10 GMT

Hello,

If the service is attempting to access a remote system with LocalSystem
credentials, then I would expect this to fail. The security context for the
service is the local system, which has rights locally but not to other
systems remotely.

Typically, when network resource access is required, a service account is
used.

The service account will need rights to access the target resource just as
a person would.

Dale Weiss MCSA MCSE CISSP
PSS Security

This posting is provided "AS IS" with no warranties, and confers no rights.
Any opinions or policies stated within are my own and do not necessarily
constitute those of my employer. Use of included script samples are subject
to the terms
specified at http://www.microsoft.com/info/cpyright.htm



Relevant Pages

  • RE: means can, not is
    ... context forwarded from IIS(the security context maybe a client ... automatically at the initializing time of the worker thread. ... This posting is provided "AS IS" with no warranties, and confers no rights. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: listing Object properties from SearchResult
    ... security context you bound with only has rights to see a subset of the ... > properties of all the object entries in a SearchResult but the code is ... > TIA ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: ATL Service and kernal object
    ... The MFC client is probably running in the security context different from ... rights of the event's security descriptor ... CDacl dacl; ... CSecurityDesc sd; ...
    (microsoft.public.vc.atl)