WSUS failures - Duplicate SUSClientIDs

2015. 5. 21. 11:15Windows

WSUS 클라이언트 등록시 중복현상 발생시 해결방법

 

https://social.technet.microsoft.com/Forums/windowsserver/en-US/45a754ae-21b0-4dd0-a6c0-363fdd45d4b6/wsus-failures-duplicate-susclientids

 

net stop wuauserv
REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v AccountDomainSid /f
REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v PingID /f
REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v SusClientId /f
net start wuauserv
wuauclt /resetauthorization /detectnow