How to monitor Windows 2012 Server using local admin account?

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 MethodsEnable 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 LaunchRemote Launch and Remote Activation


                  New to ADManager Plus?

                    New to ADSelfService Plus?

                      • Related Articles

                      • 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 ...
                      • 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 ...
                      • Configuring a non-admin user for WMI monitoring (domain level)

                        For non-admin users to perform WMI monitoring in OpManager, the user profiles need to be configured accordingly in your network. This can be done: On a device level (configuring individual devices) - Link to KB On a domain level (configuring the ...
                      • 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 ...
                      • Wrong Memory usage stats using CLI monitor on Linux devices

                        Issue - The memory usage monitor worked fine all this while and suddenly there might be a surge in utilization which may often cross 100%-180% whereas the actual utilization is less. Reproduce the issue on the server using - /usr/bin/free -b Cause - ...