Edit

ImportForProfile Method in Class SMS_MDMBulkEnrollmentPackages

The ImportForProfile Windows Management Instrumentation (WMI) class method, in Configuration Manager, imports an On-Premises Mobile Device Management (MDM) bulk enrollment package for a profile.

Syntax

sint32 ImportForProfile(
     String ProfileGUID,
     String CertificateGUID,
     String PackageName,
     String Certificate
);

Parameters

ProfileGUID Data type: String

Qualifiers: [in]

The GUID of the profile.

CertificateGUID Data type: String

Qualifiers: [in]

The GUID of the certificate.

PackageName Data type: String

Qualifiers: [in]

Package name.

Certificate Data type: String

Qualifiers: [in]

The root certificate.

Return Values

An SInt32 data type that is 0 to indicate success or non-zero to indicate failure.

For more information about handling returned errors, see About Configuration Manager Errors.

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.

See Also

SMS_MDMBulkEnrollmentPackages Server WMI Class