| Win32_UserDesktop | |||
| The Win32_UserDesktop class represents an association between a user account and desktop settings that are specific to it. | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| Element | Reference | The Element reference represents the user account whose desktop can be customized by the Settings property of this class. | |
| Setting | Reference | The Setting reference represents the desktop settings that serve to customize a specific user account desktop. | |
| SAMPLE DATA INSTANCE | |||
|    [LOCALE(1033): ToInstance Amended]    instance of Win32_UserDesktop    {     Element = "\\\\SCCM01\\root\\cimv2:Win32_UserAccount.Domain=\"SCCM01\",Name=\"Administrator\"";     Setting = "\\\\SCCM01\\root\\cimv2:Win32_Desktop.Name=\".DEFAULT\"";    }; | |||