The SyncNow Windows Management Instrumentation (WMI) class method, in System Center 2012 R2 Configuration Manager, performs a manual synchronization of the Software Update Point.

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

SInt32 SyncNow(
	 Boolean fullSync
);

Parameters

fullSync

Data type: BooleanQualifiers: [in]true if a full sync should be performed. The default value is false. This information applies only to System Center 2012 Configuration Manager SP1 and System Center 2012 R2 Configuration Manager.

Return Values

An SInt32 data 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