MDM_Policy_Config01_Experience02 class

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

The MDM_Policy_Config01_Experience02 class represents the experience policies available.

The following syntax is simplified from MOF code and includes all inherited properties.

Syntax

[InPartition("local-system"), dynamic, provider("DMWmiBridgeProv")]
class MDM_Policy_Config01_Experience02
{
  string InstanceID;
  string ParentID;
  sint32 AllowCortana;
  sint32 AllowDeviceDiscovery;
  sint32 AllowFindMyDevice;
  sint32 AllowManualMDMUnenrollment;
  sint32 AllowSaveAsOfOfficeFiles;
  sint32 AllowScreenCapture;
  sint32 AllowSIMErrorDialogPromptWhenNoSIM;
  sint32 AllowSharingOfOfficeFiles;
  sint32 AllowSyncMySettings;
  sint32 AllowWindowsTips;
  sint32 DoNotShowFeedbackNotifications;
};

Members

The MDM_Policy_Config01_Experience02 class has these types of members:

Properties

The MDM_Policy_Config01_Experience02 class has these properties.

AllowCortana

Data type: sint32

Access type: Read/write

AllowDeviceDiscovery

Data type: sint32

Access type: Read/write

AllowFindMyDevice

Data type: sint32

Access type: Read/write

AllowManualMDMUnenrollment

Data type: sint32

Access type: Read/write

AllowSaveAsOfOfficeFiles

Data type: sint32

Access type: Read/write

AllowScreenCapture

Data type: sint32

Access type: Read/write

AllowSharingOfOfficeFiles

Data type: sint32

Access type: Read/write

AllowSIMErrorDialogPromptWhenNoSIM

Data type: sint32

Access type: Read/write

AllowSyncMySettings

Data type: sint32

Access type: Read/write

AllowWindowsTips

Data type: sint32

Access type: Read/write

DoNotShowFeedbackNotifications

Data type: sint32

Access type: Read/write

InstanceID

Data type: string

Access type: Read-only

Qualifiers: key

Identifies the name of the parent node. For this class, the string is "Experience".

ParentID

Data type: string

Access type: Read-only

Qualifiers: key

Describes the full path to the parent node. For this class, the string is "./Vendor/MSFT/Policy/Config"

Requirements

Requirement Value
Minimum supported client
Windows 10 [desktop apps only]
Minimum supported server
None supported
Namespace
Root\CIMv2\MDM\DMMap
MOF
DMWmiBridgeProv.mof
DLL
DMWmiBridgeProv.dll

See also

Using PowerShell scripting with the WMI Bridge Provider