MDM_Personalization class
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.
-
-
Data type: sint32
-
Access type: Read/write
-
-
-
Data type: string
-
Access type: Read/write
-
-
InstanceID
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: key
-
-
-
Data type: sint32
-
Access type: Read/write
-
-
-
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 |
|
DLL |
|