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 GetDeviceId
Windows Management Instrumentation (WMI) class method in Configuration Manager that returns the device (client) identifier.
The following syntax is simplified from Managed Object Format (MOF) code and defines the method.
Syntax
uint32 GetDeviceId
{
[OUT] String ClientId
[OUT] String SignedClientId
};
Parameters
ClientId
Data type: String
Qualifiers: [id("0"), out]
Client identifier.
SignedClientId
Data type: String
Qualifiers: [id("1"), out]
Signed client identifier.
Remarks
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.