The SMS_SUPSyncStatus Windows Management Instrumentation (WMI) class is an SMS Provider server class, in System Center 2012 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.
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: DateTimeAccess type: Read-only Qualifiers: [read]Last time the replication link status was checked.
- LastSuccessfulSyncTime
- Data type: DateTimeAccess type: Read-only Qualifiers: [read]Last synchronization success time.
- LastSyncErrorCode
- Data type: UInt32Access type: Read-only Qualifiers: [not_null, read]Last synchronization error code.
- LastSyncState
- Data type: UInt32Access type: Read-only Qualifiers: [read]Last synchronization state.
- LastSyncStateTime
- Data type: DateTimeAccess type: Read-only Qualifiers: [read]Last time the synchronization state was reported.
- ReplicationLinkStatus
- Data type: UInt32Access type: Read-only Qualifiers:
[enumeration, read]Replication link status.
0
Healthy
1
Degraded
2
Error
- SiteCode
- Data type: StringAccess type: Read-only Qualifiers: [key, not_null, read]Site code.
- SyncCatalogVersion
- Data type: UInt32Access type: Read-only Qualifiers: [read]Synchronization catalog version.
- WSUSServerName
- Data type: StringAccess type: Read-only Qualifiers: [key, not_null, read]WSUS server name.
- WSUSSourceServer
- Data type: StringAccess 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.