Re: WMI Fails to Check Services, Processes
Posted: Mon Sep 08, 2014 2:08 pm
Mike,
I am not sure if this is going to help, but you can try granting permissions to a user to monitor specific services via subinacl. For example, to allow the "wmiagent" user to monitor the "W3SVC" service, you would need to run from the DOS Prompt on the Windows server:
where you substitute <domain> with the actual domain name.
If you want to learn more about subinacl or if you don't have it installed, you can read the article below, which has a download link from the microsoft.com.
http://www.waynezim.com/2010/02/how-to- ... -subinacl/
Note: This may or may not work in your environment. Don't try it in production.
I am not sure if this is going to help, but you can try granting permissions to a user to monitor specific services via subinacl. For example, to allow the "wmiagent" user to monitor the "W3SVC" service, you would need to run from the DOS Prompt on the Windows server:
Code: Select all
subinacl /service W3SVC /GRANT=<domain>\wmiagent=LSQIIf you want to learn more about subinacl or if you don't have it installed, you can read the article below, which has a download link from the microsoft.com.
http://www.waynezim.com/2010/02/how-to- ... -subinacl/
Note: This may or may not work in your environment. Don't try it in production.