Edit

SMS_MDMCorpEnrollmentProfiles Server WMI Class

The SMS_MDMCorpEnrollmentProfiles Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents On-premises Mobile Device Management (MDM) corporate enrollment profiles.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Syntax

Class SMS_MDMCorpEnrollmentProfiles : SMS_BaseClass
{
    String ConfigurationUrl;
    DateTime CreationTime;
    String Department;
    String Description;
    UInt32 DeviceCount;
    UInt32 EnrollmentProgram;
    UInt32 IsDefault;
    UInt32 IsUserChallenge;
    DateTime ModifiedTime;
    String Name;
    UInt32 PlatformType;
    String ProfileId;
    String ProfileSettings;
    UInt32 SupervisionMode;
};

Methods

The SMS_MDMCorpEnrollmentProfiles class does not define any methods.

Properties

ConfigurationUrl Data type: String

Access type: Read/Write

Qualifiers: none

The configuration URL used for enrollment.

CreationTime Data type: DateTime

Access type: Read/Write

Qualifiers: none

The time the enrollment profile was created.

Department Data type: String

Access type: Read/Write

Qualifiers: none

Department.

Description Data type: String

Access type: Read/Write

Qualifiers: none

Description of the enrollment profile.

DeviceCount Data type: UInt32

Access type: Read/Write

Qualifiers: none

The number of devices associated with the profile.

EnrollmentProgram Data type: UInt32

Access type: Read/Write

Qualifiers: none

Enrollment Program.

IsDefault Data type: UInt32

Access type: Read/Write

Qualifiers: none

Is the enrollment profile the default.

IsUserChallenge Data type: UInt32

Access type: Read/Write

Qualifiers: none

Profile is user challenged.

ModifiedTime Data type: DateTime

Access type: Read/Write

Qualifiers: none

The time the enrollment profile was modified.

Name Data type: String

Access type: Read/Write

Qualifiers: none

Name of the enrollment profile.

PlatformType Data type: UInt32

Access type: Read/Write

Qualifiers: none

Platform Type.

ProfileId Data type: String

Access type: Read/Write

Qualifiers: [key]

Enrollment profile ID.

ProfileSettings Data type: String

Access type: Read/Write

Qualifiers: none

The enrollment profile settings.

SupervisionMode Data type: UInt32

Access type: Read/Write

Qualifiers: none

Profile mode is supervised or not supervised for iOS.

Remarks

Class qualifiers for this class include:

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.