Edit

SMS_SUPSyncStatus Server WMI Class

The SMS_SUPSyncStatus Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that lists sync and replication status for SUM data for participating site/SUP.

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

Syntax

Class SMS_SUPSyncStatus : SMS_BaseClass  
{  
    DateTime LastReplicationLinkCheckTime;  
    DateTime LastSuccessfulSyncTime;  
    UInt32 LastSyncErrorCode;  
    UInt32 LastSyncState;  
    DateTime LastSyncStateTime;  
    UInt32 ReplicationLinkStatus;  
    String SiteCode;  
    UInt32 SyncCatalogVersion;  
    String WSUSServerName;  
    String WSUSSourceServer;  
};  

Methods

The SMS_SUPSyncStatus class does not define any methods.

Properties

LastReplicationLinkCheckTime
Data type: DateTime

Access type: Read-only

Qualifiers: [read]

Last time the replication link status was checked.

LastSuccessfulSyncTime
Data type: DateTime

Access type: Read-only

Qualifiers: [read]

Last synchronization success time.

LastSyncErrorCode
Data type: UInt32

Access type: Read-only

Qualifiers: [not_null, read]

Last synchronization error code.

LastSyncState
Data type: UInt32

Access type: Read-only

Qualifiers: [read]

Last synchronization state. Possible values are:

Value Status
6702 WSUS Synchronization done (Success)
6703 WSUS Synchronization failed
6704 WSUS Synchronization in progress. Current phase: Synchronizing WSUS Server
6705 WSUS Synchronization in progress. Current phase: Synchronizing site database
6706 WSUS Synchronization in progress. Current phase: Synchronizing Internet facing WSUS Server
6707 Content of WSUS server is out of sync with upstream server
6708 WSUS synchronization complete, with pending license terms downloads

LastSyncStateTime
Data type: DateTime

Access type: Read-only

Qualifiers: [read]

Last time the synchronization state was reported.

ReplicationLinkStatus
Data type: UInt32

Access type: Read-only

Qualifiers: [enumeration, read]

Replication link status.

Value Status
0 Healthy
1 Degraded
2 Error

SiteCode
Data type: String

Access type: Read-only

Qualifiers: [key, not_null, read]

Site code.

SyncCatalogVersion
Data type: UInt32

Access type: Read-only

Qualifiers: [read]

Synchronization catalog version.

WSUSServerName
Data type: String

Access type: Read-only

Qualifiers: [key, not_null, read]

WSUS server name.

WSUSSourceServer
Data type: String

Access type: Read-only

Qualifiers: [not_null, read]

WSUS source server.

Remarks

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.

See Also

About software update deployments