SMS_MDMBulkEnrollmentPackages Server WMI Class

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

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

Syntax

Class SMS_MDMBulkEnrollmentPackages : SMS_BaseClass  
{  
    String CertificateId;  
    DateTime CreationTime;  
    DateTime ExpiryTime;  
    UInt32 Package_ID;  
    String PackageName;  
    UInt32 Profile_ID;  
    String  Profile_UniqueID;  
    String ProfileName;  
    UInt32 State;  
};  

Methods

The following table lists the methods in the SMS_MDMBulkEnrollmentPackages class.

Method Description
ImportForProfile Method in Class SMS_MDMBulkEnrollmentPackages Imports an MDM bulk enrollment package for a profile.

Properties

CertificateId
Data type: String

Access type: Read/Write

Qualifiers: [key]

Unique certificate ID, as a GUID.

CreationTime
Data type: DateTime

Access type: Read-only

Qualifiers: [read]

The time the package was created.

ExpiryTime
Data type: DateTime

Access type: Read-only

Qualifiers: [read]

The time the package expires.

Package_ID
Data type: UInt32

Access type: Read/Write

Qualifiers: [key]

Package ID.

PackageName
Data type: String

Access type: Read/Write

Qualifiers: none

Package name.

Profile_ID
Data type: uint32

Access type: Read/Write

Qualifiers: [key]

Profile ID.

Profile_UniqueID
Data type: String

Access type: Read/Write

Qualifiers: [unique, not_null]

Unique ID of the Profile.

ProfileName
Data type: String

Access type: Read/Write

Qualifiers: none

Profile name.

State
Data type: uint32

Access type: Read/Write

Qualifiers: none

State of the package.

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.