Edit

SMS_WinRTSideLoadingKey Server WMI Class

The SMS_WinRTSideLoadingKey Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, to create, modify and delete sideloading keys. These keys enable sideloaded Windows 8 applications on WinRT devices managed by Hybrid Mobile Device Management.

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

Syntax

Class SMS_WinRTSideLoadingKey : SMS_BaseClass
{
    String Description;
    UInt32 KeyId;
    String LicenseKey;
    UInt32 MaxActivationCount;
    String Name;
    String UsedCount;
};

Methods

The SMS_WinRTSideLoadingKey class doesn't define any methods.

Properties

Description Data type: String

Access type: Read/Write

Qualifiers: none

Description of the key.

KeyId Data type: UInt32

Access type: Read-only

Qualifiers: [key, read]

Unique identifier of the key. This key is automatically generated by Configuration Manager.

LicenseKey Data type: String

Access type: Read/Write

Qualifiers: none

The full license key in XXXXX-XXXXX-XXXXX-XXXXX-XXXXX format. Once created, the SMS Provider and Admin Console will only showed a masked key with only the last 5 chars visible, such as *****ABCDE.

MaxActivationCount Data type: UInt32

Access type: Read/Write

Qualifiers: none

The maximum number of activations possible using this key.

Name Data type: String

Access type: Read/Write

Qualifiers: none

Name of the key.

UsedCount Data type: String

Access type: Read/Write

Qualifiers: none

The number of times this key has been assigned to devices. This value is automatically generated by Configuration Manager.

Remarks

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.