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;
};

Methods

The SMS_DeviceEnrollmentProfile class does not define any methods.

Properties

CertAuthorities

Data type: String ArrayAccess type: Read/Write Qualifiers: noneEach 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: StringAccess type: Read/Write Qualifiers: noneText describing the profile.
DevicesContainerDN

Data type: StringAccess type: Read/Write Qualifiers: noneThe location where device accounts are created.
DevicesGroup

Data type: StringAccess type: Read/Write Qualifiers: noneThe Security Group with enroll rights on the CA template.
EnrollmentSiteCode

Data type: StringAccess type: Read/Write Qualifiers: noneThe site code where devices should enroll.
ManagementSiteCode

Data type: StringAccess type: Read/Write Qualifiers: noneThe site code from where device should be managed.
Name

Data type: StringAccess type: Read/Write Qualifiers: noneThe name of the profile. This name must be unique.
ProfileID

Data type: UInt32Access type: Read-only Qualifiers: [key, read]Unique identifier to differentiate the profile.
ProfileType

Data type: UInt32Access type: Read/Write Qualifiers: noneThe type of the profile.

1

DM

2

AMT

RecordExpiryMinutes

Data type: UInt32Access type: Read/Write Qualifiers: noneNumber of minutes for which the record is valid.

Remarks

Requirements

Runtime Requirements

Development Requirements

See Also