The SMS_PendingRegistrationRecord Windows Management Instrumentation (WMI) class is an SMS Provider server class, in System Center 2012 Configuration Manager, that describes hardware conflicts between two computers.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_PendingRegistrationRecord { string AgentName; string Certificate; string ClientVersion; string ConflictSMSID; string FQDN; string HardwareID; boolean IsAlwaysInternet; boolean IsIntegratedAuth; boolean IsInternetEnabled; string IssuedTo; sint32 KeyType; string NetBiosName; string PublicKey; string SiteCode; string SMSID; string Thumbprint; datetime ValidFrom; datetime ValidUntil; }; |
Methods
The following table lists the methods in the SMS_PendingRegistrationRecord class.
Method | Description |
---|---|
ResolvePendingRegistrationRecord Method in Class SMS_PendingRegistrationRecord |
Resolves the conflicts for the pending registration records. |
Properties
- AgentName
- Data type: StringAccess type: Read/WriteQualifiers: NoneThe internal agent name of the client.
- Certificate
- Data type: StringAccess type: Read/WriteQualifiers: [lazy]The encoded certificate of the client.
- ClientVersion
- Data type: StringAccess type: Read/WriteQualifiers: NoneThe version of the installed client.
- ConflictSMSID
- Data type: StringAccess type: Read/WriteQualifiers: NoneThe System Center 2012 Configuration Manager unique identifier of a client that registered on the current site with the same HardwareID
- FQDN
- Data type: StringAccess type: Read/WriteQualifiers: NoneThe fully qualified domain name of the computer.
- HardwareID
- Data type: StringAccess type: Read/WriteQualifiers: NoneThe calculated hardware identifier of the computer this client belongs to.
- IsAlwaysInternet
- Data type: BooleanAccess type: Read/WriteQualifiers: Nonetrue if the resource is always associated with the Internet.
- IsIntegratedAuth
- Data type: BooleanAccess type: Read/WriteQualifiers: Nonetrue if integrated authentication is enabled.
- IsInternetEnabled
- Data type: BooleanAccess type: Read/WriteQualifiers: Nonetrue if this client is an Internet-facing client.
- IssuedTo
- Data type: StringAccess type: Read/WriteQualifiers: NoneThe certificate subject name.
- KeyType
- Data type: Sint32Access type: Read/WriteQualifiers:
enumeration("self-sign(1), issued (2)")Public key type of
certificate. The following values are possible.
Value Description 1
Self-signed certificate.
2
Certificate was issued by a certification authority.
- NetBiosName
- Data type: StringAccess type: Read/WriteQualifiers: NoneThe NetBIOS name of the computer.
- PublicKey
- Data type: StringAccess type: Read/WriteQualifiers: lazyThe public key of the certificate, which reflects the globally unique SHA-1 hash thumbprint indicated by the Thumbprint property.
- SiteCode
- Data type: StringAccess type: Read/WriteQualifiers: NoneThe System Center 2012 Configuration Manager site this client belongs to.
- SMSID
- Data type: StringAccess type: Read/WriteQualifiers: keyThe unique identifier of the client that sent the pending registration record.
- Thumbprint
- Data type: StringAccess type: Read/WriteQualifiers: LazyThe hash value of the certificate.
- ValidFrom
- Data type: DatetimeAccess type: Read/WriteQualifiers: NoneThe date and time when the certificate becomes effective.
- ValidUntil
- Data type: DatetimeAccess type: Read/WriteQualifiers: NoneThe date and time when the certificate expires.
Remarks
There are no special class qualifiers for this class. For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.