Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,17 @@ Class SMS_SUPSyncStatus : SMS_BaseClass

Qualifiers: [read]

Last synchronization state.
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`
Expand Down