Skip to content

Latest commit

 

History

History
239 lines (159 loc) · 5.33 KB

mdm-policy-config01-experience02.md

File metadata and controls

239 lines (159 loc) · 5.33 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
MDM_Policy_Config01_Experience02 class
The MDM\_Policy\_Config01\_Experience02 class represents the experience policies available.
21052983-696c-4137-9c72-16ea3b4a1eb7
MDM_Policy_Config01_Experience02 class
MDM_Policy_Config01_Experience02 class, described
apiref
MDM_Policy_Config01_Experience02
MDM_Policy_Config01_Experience02.InstanceID
MDM_Policy_Config01_Experience02.ParentID
DMWmiBridgeProv.dll
DllExport
reference
05/31/2018

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