Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WSPlat and version Sierra_SP1

...

WMI makes system information retrieval easier by using well-documented object models, and queries that resemble those used with SQL, but with fewer and more easily readable software codes. It is regulated by the Distributed Management Task Force (DMTF), which standardizes desktop PCs and the development of management standards for distributed desktops, networks, and enterprise environments. The DMTF has certain management initiatives such as the desktop management interface (DMI), common information model (CIM) and directory-enabled network (DEN).

WMI Access with Normal Account

Privileges for WMI discovery with Workgroup and Active Directory (AD) users 

To create local user or AD account, perform the following steps:

  1. Add user account to the local group named “Performance Log Users” and use WMI Control Properties to provide account access.
    Image Added
    Figure: Service Manager screen
  2. Open Run command and type wmimgmt.msc .Click OK.
  3.  Right-click WMI Control in the console and then click Properties.
  4.  Click the Security tab.
    Image Added
    Figure: Security tab
  5. Select “\Root\CIMV2” namespace to choose which user or group will have access, and then click Security.
    Image Added
    Figure: Namespace
  6. In the Security dialog box, click Add.
  7. In the Select Users, Computers, or Groups dialog box, enter the name of the object (user or group) that you want to add, click OK and then choose Advanced.
    Image Added
    Figure: Advanced screen

  8. Click Advanced Security dialog box under Permissions, edit the permissions and check the Enable Account and Remote Enable boxes. Select Apply to This namespace and sub namespaces.
  9. Apply all changes.

WMI User Access for Domain User

...