Remote access to server via service control panel for non-admin user in Windows 2008

Posted by user2278 on Server Fault See other posts from Server Fault or by user2278
Published on 2009-07-30T18:46:29Z Indexed on 2012/09/15 15:40 UTC
Read the original article Hit count: 183

I'm trying to configure my Windows 2008 servers so that my developers can view their status without needing to log on to the box or be an admin. Unfortunately, the permissions set in Windows 2008 for remote non-admin users don't include the ability to enumerate or otherwise query services. This causes anything that contacts the SCM on the far end to fail (Win32_Service, sc.exe, services.msc etc).

How do I set up permissions so that they can at least list the services and see if they are running?

© Server Fault or respective owner

Related posts about windows-server-2008

Related posts about permissions