- Open a command prompt
- Type in:
- net stop wuauserv
- REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v SusClientId /f
- net start wuauserv
- wuauclt /resetauthorization /detectnow
- wuauclt /reportnow
And that's it. Clients should start reporting back after a refresh in the WSUS.
1 comment:
This solution worked perfectly for me and my clients are now reporting their status.
Post a Comment