SMS_DeviceEnrollmentProfile Server WMI Class
Updated: November 1, 2013
Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager
The SMS_DeviceEnrollmentProfile Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a device enrollment profile in the database.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_DeviceEnrollmentProfile : SMS_BaseClass
{
String CertAuthorities[];
String Description;
String DevicesContainerDN;
String DevicesGroup;
String EnrollmentSiteCode;
String ManagementSiteCode;
String Name;
UInt32 ProfileID;
UInt32 ProfileType;
UInt32 RecordExpiryMinutes;
};
The SMS_DeviceEnrollmentProfile class does not define any methods.
- CertAuthorities
Data type: String Array
Access type: Read/Write
Qualifiers: none
Each CA must have a properly configured template of CertTemplateName, and must chain to the root certificate trusted by the server hosting the ManagementUri.
- Description
Data type: String
Access type: Read/Write
Qualifiers: none
Text describing the profile.
- DevicesContainerDN
Data type: String
Access type: Read/Write
Qualifiers: none
The location where device accounts are created.
- DevicesGroup
Data type: String
Access type: Read/Write
Qualifiers: none
The Security Group with enroll rights on the CA template.
- EnrollmentSiteCode
Data type: String
Access type: Read/Write
Qualifiers: none
The site code where devices should enroll.
- ManagementSiteCode
Data type: String
Access type: Read/Write
Qualifiers: none
The site code from where device should be managed.
- Name
Data type: String
Access type: Read/Write
Qualifiers: none
The name of the profile. This name must be unique.
- ProfileID
Data type: UInt32
Access type: Read-only
Qualifiers: [key, read]
Unique identifier to differentiate the profile.
- ProfileType
Data type: UInt32
Access type: Read/Write
Qualifiers: none
The type of the profile.
1
DM
2
AMT
- RecordExpiryMinutes
Data type: UInt32
Access type: Read/Write
Qualifiers: none
Number of minutes for which the record is valid.
Requirements
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.