Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 892 Bytes

creating-a-managed-wmi-client.md

File metadata and controls

23 lines (18 loc) · 892 Bytes
description ms.assetid ms.tgt_platform title ms.topic ms.date topic_type api_name api_type api_location
WMI does not currently support managed code on WMI, but is supported on MI.
ED6EF216-7FF7-45F2-9FDD-3A73D5F65F9B
multiple
Creating a Managed WMI Client
article
05/31/2018
kbArticle

Creating a Managed WMI Client

The current release of WMI does contain the System.Management namespace, which exposes a number of API's that interact with WMI. However, it is not recommended that you use this namespace.

If you wish to create a managed WMI client, it is recommended that you use the Windows Management Infrastructure (MI). MI is the next-generation version of WMI, and contains full support for managed code. For more information, see How to Implement a Managed MI Client.