How to monitor Windows 2012 Server using local admin account?
Windows 2012 server can not be monitored using local admin account from a remote machine. We have to follow these steps on the monitored server to allow remote WMI polling for the local admin account.
If you want to use a local user to monitor the target machine (no matter if workgroup or domain machine), set up this user account as following.
Note: This approach does not work with a domain user!- Open the Computer/Server Management tool on the target machine.
- Navigate to System | Local Users and Groups | Groups.
- Add the local user to Distributed COM Users and to Performance Monitor Users.
- Navigate to Services and Applications below in the management panel.
- Right-click WMI Control and choose Properties.
- Select the Security tab.
- Navigate to the namespace you are interested in (e.g., Root\CIMV2).
- Click on the Security button.
- Add the local user and give these permissions: Execute Methods, Enable Account andRemote Enable.
- Start DCOMCNFG.exe
- Select COM Security
- In section Launch and Activation Permissions click Edit Limits...
- Add the local user and allow these permissions: Local Launch, Remote Launch and Remote Activation
New to ADSelfService Plus?
Related Articles
How to configuring a non-admin user account for WMI?
Steps for Windows 2003 R2 SP2 Server & above versions You can configure a regular Windows user to access WMI information by adding the regular user account to the Distributed COM Users and the Performance Monitor Users group using lusrmgr.msc, and ...
Installing OpManager agent on devices using Windows GPO Scheduler
You can also install the OpManager agent in your devices using the Scheduler option of your Active Directory server. With the scheduler, you can deploy the agent instantly or at a specified time, unlike the Startup-based script where the installation ...
Script monitor for Mounted volumes - Windows
This script can be added as a script monitor and can be used to monitor the mounted volumes, this can display graphs as well - ####################################################################### Command line - cscript ${FileName}.vbs ...
Configuring a non admin user for WMI monitoring
Configuring a non-admin user for WMI monitoring You can configure a regular Windows user to access WMI information by adding the necessary user account to the Distributed COM Users and the Performance Monitor Users group using lusrmgr.msc, and then ...
Admin Password reset in OpM 12
For users that are authenticated with Active Directory Domain authentication, you can reset the password of an AD user by changing the AD password. The same is applicable for Radius Authenticated users. Local Authenticated users can follow one of the ...