A commands script to force Servers to report to WSUS as a problem that Servers don't report to WSUS and deleted from WSUS console.
Use a TXT file and rename to .bat
Code:
net stop wuauserv
reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v SusClientId /f
reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v SusClientIdValidation /f
net start wuauserv
wuauclt /resetauthorization /detectnow
wuauclt /r /reportnow
Comments
Post a Comment