Not sure what is going on here but my Client workstations are not detecting any windows updates from SCCM software update point.
I installed the WSUS on the SCCM server, configured GPOs to point to the SCCM server per AnyWeb's guide on this forum.
I tried the following to resolve but failed to fix:
net stop "Windows Update"
del /f /s /q %windir%\SoftwareDistribution\*.*
REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v NextDetectionTime /f
REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v SusClientId /f
REG