Hi All,
I want to preface my post by disclaiming we are using SCCM CB (1710) for managing Windows Update. Also this issue is on one server and one server only.
This one Windows Server 2008R2 SP1 is not finding new updates since December 2017. What I did to troubleshoot the isue (not necessarily in order):
- dism / checksur
- SFC /scannow
- SFCFix
- SCCM Agent policy flush
- SCCM Agent reinstall
- SoftwareDistribution folder rename
- Catroot2 folder flush (moved all the content away to backup folder)
- I've deleted Registry.POL file in C:\Windows\System32\GroupPolicy\Machine\
No errors. No entries in log files which would point me in any direction (I went through WindowsUpdate.log, CBS.log, various SCCM logs related to WU). The WSUS / SUP policy version is correct - this was checked on multiple places in WMI on the server. The only sign that the server is actually not receiving updates lays in WMI -
When I run this query, everything newer than 12/2017 is simply not there. The instances are not present in the object.
Server is pointing to correct SUP. Double and triple checked. SUP is reachable from the server. There is no apparent issue with SCCM infra communication (apart from updates other policies and software distributions are working properly)
Any ideas for further troubleshooting steps?
PS: I can't upload any logs as per company policy but I can assure you there weren't any errors or weird entries present. No corruptions were found. Everything looks pristine.
I want to preface my post by disclaiming we are using SCCM CB (1710) for managing Windows Update. Also this issue is on one server and one server only.
This one Windows Server 2008R2 SP1 is not finding new updates since December 2017. What I did to troubleshoot the isue (not necessarily in order):
- dism / checksur
- SFC /scannow
- SFCFix
- SCCM Agent policy flush
- SCCM Agent reinstall
- SoftwareDistribution folder rename
- Catroot2 folder flush (moved all the content away to backup folder)
- I've deleted Registry.POL file in C:\Windows\System32\GroupPolicy\Machine\
No errors. No entries in log files which would point me in any direction (I went through WindowsUpdate.log, CBS.log, various SCCM logs related to WU). The WSUS / SUP policy version is correct - this was checked on multiple places in WMI on the server. The only sign that the server is actually not receiving updates lays in WMI -
Code:
gwmi -ComputerName [computername] -Namespace "root\ccm\softwareupdates\updatesstore" -Class ccm_updatestatus | select Article,Bulletin,Title,Status,UniqueID | Out-GridView
Server is pointing to correct SUP. Double and triple checked. SUP is reachable from the server. There is no apparent issue with SCCM infra communication (apart from updates other policies and software distributions are working properly)
Any ideas for further troubleshooting steps?
PS: I can't upload any logs as per company policy but I can assure you there weren't any errors or weird entries present. No corruptions were found. Everything looks pristine.