I'm writing a monitoring service that uses WMI to get information from remote machines. Having local admin rights on all these machines is not possible for political reasons.
Is this possible? What permissions/rights does my user require for this?
|
I'm writing a monitoring service that uses WMI to get information from remote machines. Having local admin rights on all these machines is not possible for political reasons. Is this possible? What permissions/rights does my user require for this? | |||
|
feedback
|
|
The following works on Window 2003 R2 SP 2
| |||
feedback
|
|
By default, only the local Administrators group has remote permissions to WMI. You will have to customise the WMI "Remote Enable" permissions. | |||
|
feedback
|
|
You may also have to grant "DCOM remote access permissions" and/or "DCOM remote launch and activation permissions" depending on what exactly you are trying to do. This MSDN article gives the step-by-step procedures. | |||
|
feedback
|