MDM_Personalization 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_Personalization class is used to set the lock screen and desktop background images. Setting these policies also prevents the user from changing the image.

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

Syntax

[InPartition("local-system"), dynamic, provider("DMWmiBridgeProv1")]
class MDM_Personalization
{
  string InstanceID;
  string ParentID;
  string DesktopImageUrl;
  sint32 DesktopImageStatus;
  string LockScreenImageUrl;
  sint32 LockScreenImageStatus;
};

Members

The MDM_Personalization class has these types of members:

Properties

The MDM_Personalization class has these properties.

DesktopImageStatus

Data type: sint32

Access type: Read/write

DesktopImageUrl

Data type: string

Access type: Read/write

InstanceID

Data type: string

Access type: Read-only

Qualifiers: key

LockScreenImageStatus

Data type: sint32

Access type: Read/write

LockScreenImageUrl

Data type: string

Access type: Read/write

ParentID

Data type: string

Access type: Read-only

Qualifiers: key

Requirements

Requirement Value
Minimum supported client
Windows 10 [desktop apps only]
Minimum supported server
None supported
Namespace
Root\cimv2\mdm\dmmap
MOF
DMWmiBridgeProv1.mof
DLL
DMWmiBridgeProv.dll