Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The UploadToken
Windows Management Instrumentation (WMI) class method, in Configuration Manager, uploads an Apple Volume Purchase Program (VPP) token to Microsoft Intune.
Syntax
sint32 UploadToken(
String TokenID,
String VppToken,
String OrganizationName,
String ExpirationDate
);
Parameters
TokenID
Data type: String
Qualifiers: [in]
The ID of the Apple VPP token.
VppToken
Data type: String
Qualifiers: [in]
Name of the token.
OrganizationName
Data type: String
Qualifiers: [in]
Organization name for the token.
ExpirationDate
Data type: String
Qualifiers: [in]
Expiration date of the token.
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.