The ResolvePendingRegistrationRecord Windows Management Instrumentation (WMI) class method, in System Center 2012 R2 Configuration Manager, resolves any conflicts for the pending registration records.

The following syntax is simplified from Managed Object Format (MOF) code and defines the method.

sint32 ResolvePendingRegistrationRecord(   
	 string SMSID,
	 uint32 Action
);

Parameters

SMSID

Data type: StringQualifiers: [in]Pending registration record id to use.
Action

Data type: UInt32Qualifiers: [in]Action to execute on the pending registration record. Possible values are:

Value Description

1

Merge: Allows the record to take over the existing conflicting record.

2

New: Creates a new record for the SMSID resource. This resource is then issued a new SMSID value.

3

Reject: Creates a new record for the SMSID resource. This resource is then issued a new SMSID value, but is restricted from communicating with the System Center 2012 R2 Configuration Manager site.

Return Values

An SInt32data type that is 0 to indicate success or non-zero to indicate failure.

For information about handling returned errors, see About Configuration Manager Errors.

Requirements

Runtime Requirements

Development Requirements

See Also