I have setup WSUS properly and it is working fine on scheduled computers, every weekend they restart with their patches. But when I am trying to bring a new server online, or have a special server where I run the patches manually, then I am getting some sort of issues. The yellow shield will not show up and even if it does, then not all the patches are listed. So, I just run the patches that are listed and the remaining ones do not show up either. I have waited for 1 day and still they are not showing up. Previously we were running some scripts and that used to work sometimes which I have listed below:
Script 1
Wuauclt.exe /detectnow
Script 2
net stop wuauserv
REG DELETE
"HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v
LastWaitTimeout /f
REG DELETE
"HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v
DetectionStartTime /f
REG DELETE
"HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v
NextDetectionTime /f
net start wuauserv
Script 3
Wuauclt.exe /resetauthorization /detectnow
Can anyone please help. Thanks.
Bookmarks