Removed CSP tree images and converted into text. Updated the images of cross and check marks into respective texts as Yes and No. Fixed few files with Acrolinx score less than 80.
19 KiB
title, description, MS-HAID, ms.assetid, ms.reviewer, manager, ms.author, ms.topic, ms.prod, ms.technology, author, ms.date
title | description | MS-HAID | ms.assetid | ms.reviewer | manager | ms.author | ms.topic | ms.prod | ms.technology | author | ms.date | ||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
WMI providers supported in Windows 10 | Manage settings and applications on devices that subscribe to the Mobile Device Management (MDM) service with Windows Management Infrastructure (WMI). |
|
7D533044-AAD7-4B8F-B71B-9D52C15A168A | dansimp | dansimp | article | w10 | windows | manikadhiman | 06/26/2017 |
WMI providers supported in Windows 10
Windows Management Infrastructure (WMI) providers (and the classes they support) are used to manage settings and applications on devices that subscribe to the Mobile Device Management (MDM) service. The following subsections show the list WMI MDM classes that are supported in Windows 10.
Note
Applications installed using WMI classes are not removed when the MDM account is removed from device.
The child node names of the result from a WMI query are separated by a forward slash (/) and not URI escaped. Here is an example query.
Get the list of network adapters from the device.
<Get>
<Target>
<LocURI>./cimV2/Win32_NetworkAdapter</LocURI>
</Target>
</Get>
Result
<Item>
<Source>
<LocURI>./cimV2/Win32_NetworkAdapter</LocURI>
</Source>
<Meta>
<Format xmlns="syncml:metinf">node</Format>
</Meta>
<Data>Win32_NetworkAdapter.DeviceID="0"/Win32_NetworkAdapter.DeviceID="1"/Win32_NetworkAdapter.DeviceID="2"</Data>
</Item>
MDM Bridge WMI classes
For links to these classes, see MDM Bridge WMI Provider.
MDM WMI classes
Class | Test completed in Windows 10 for desktop |
---|---|
MDM_AppInstallJob | Currently testing. |
MDM_Application | Currently testing. |
MDM_ApplicationFramework | Currently testing. |
MDM_ApplicationSetting | Currently testing. |
MDM_BrowserSecurityZones | Yes |
MDM_BrowserSettings | Yes |
MDM_Certificate | Yes |
MDM_CertificateEnrollment | Yes |
MDM_Client | Currently testing. |
MDM_ConfigSetting | Yes |
MDM_DeviceRegistrationInfo | |
MDM_EASPolicy | Yes |
MDM_MgMtAuthority | Yes |
MDM_MsiApplication | |
MDM_MsiInstallJob | |
MDM_RemoteApplication | Test not started. |
MDM_RemoteAppUseCookie | Test not started. |
MDM_Restrictions | Yes |
MDM_RestrictionsUser | Test not started. |
MDM_SecurityStatus | Yes |
MDM_SideLoader | |
MDM_SecurityStatusUser | Currently testing. |
MDM_Updates | Yes |
MDM_VpnApplicationTrigger | Yes |
MDM_VpnConnection | |
MDM_WebApplication | Currently testing. |
MDM_WirelessProfile | Yes |
MDM_WirelesssProfileXML | Yes |
MDM_WNSChannel | Yes |
MDM_WNSConfiguration | Yes |
MSFT_NetFirewallProfile | Yes |
MSFT_VpnConnection | Yes |
SoftwareLicensingProduct | |
SoftwareLicensingService |
Parental control WMI classes
Class | Test completed in Windows 10 for desktop |
---|---|
wpcappoverride | Yes |
wpcgameoverride | Yes |
wpcgamessettings | Yes |
wpcrating | Yes |
wpcRatingsDescriptor | |
wpcratingssystem | Yes |
wpcsystemsettings | Yes |
wpcurloverride | Yes |
wpcusersettings | Yes |
wpcwebsettings | Yes |
Win32 WMI classes
Related topics
Configuration service provider reference