MDM_DeviceRegistrationInfo class

This class provides device registration details.

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

Syntax

[dynamic, provider("MDMSettingsProv"), AMENDMENT]
class MDM_DeviceRegistrationInfo
{
  string DeviceId;
  string UPN;
  string CertificateThumbprint;
};

Members

The MDM_DeviceRegistrationInfo class has these types of members:

Properties

The MDM_DeviceRegistrationInfo class has these properties.

CertificateThumbprint
Data type: string
Access type: Read-only

The thumb print of the Active Directory certificate for device registration.

DeviceId
Data type: string
Access type: Read-only
Qualifiers: key

The identity of the device in the Active Directory device registration record.

UPN
Data type: string
Access type: Read-only

The user principle name (UPN) of the registered user.

Requirements

Minimum supported client

Windows 8.1

Minimum supported server

None supported

Namespace

Root\CIMv2\MDM

MOF

MDMSettingsProv.mof

DLL

MDMSettingsProv.dll

See also

Mobile Device Management Settings Classes

 

 

Show: