Force the local computer to check into the newly configured WSUS server
wuauclt /detectnow
wuauclt /reportnow
Windows clients not appearing in WSUS
$updateSession = new-object -com "Microsoft.Update.Session"; $updates=$updateSession.CreateupdateSearcher().Search($criteria).Updates
Open elevated Command Prompt
Run the following commands:
net stop bits
net stop wuauserv
net stop cryptSvc
net stop appidsvc
Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\*.*"
rmdir %systemroot%\SoftwareDistribution /S /Q
rmdir %systemroot%\system32\catroot2 /S /Q
Restart the computer