Remote access to server via service control panel for non-admin user in Windows 2008
Posted
by owenevans00
on Server Fault
See other posts from Server Fault
or by owenevans00
Published on 2009-07-30T18:46:29Z
Indexed on
2010/03/16
5:06 UTC
Read the original article
Hit count: 614
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