Windows Management Instrumentation (WMI) : Introduction To WMI in Configuration Manager 2012
Windows Management Instrumentation (WMI) : Introduction To WMI in Configuration Manager 2012
WMI infrastructure
The WMI infrastructure is a Microsoft Windows operating system component. The WMI infra-
structure is implemented by the WMI service (winmgmt) and includes the WMI core and the
WMI repository.
The WMI repository is organized by WMI namespaces. The WMI service creates some
namespaces such as root\default, root\cimv2, and root\subscription at system startup and
preinstalls a default set of class definitions, including the Win32 classes, the WMI system
classes, and others. The remaining namespaces found on a system are created by providers
for other parts of the operating system or products.
The WMI service acts as an intermediary between the providers, management applica-
tions, and the WMI repository. Only static data about objects is stored in the repository, such
as the classes defined by providers. WMI obtains most data dynamically from the provider
when a client requests it. You also can set up subscriptions to receive event notifications from
a provider.