WSUS CatelogVersion Mis-Match in ConfigMgr after Restore
After WSUS Database (SUSDB) restore, sometimes Software Updates will no longer install on clients. UpdatesDeployment.log will show “Total Actionable Updates = 0”You can also find missing updates based on WSUS Catalog:“Get-WmiObject -Query “Select * FROM CCM_UpdateStatus” -NameSpace “root\ccm\SoftwareUpdates\UpdatesStore” | where {$_.status -eq “Missing”} | Select Title, Status”It will show, lots of updates are missing. But SCCM agent won’t recognize these […]
Recent Comments