WSUSサーバーにクライアントPCが報告を上げてこない場合の対処

「状態の報告がされない」(HotFix Report BBS)

アップデートサービスを停止

   net stop wuauserv

regedit にて以下のレジストリ値を削除。

   [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate]
   AccountDomainSid
   SusClientId
   PingId

xmlを関連づけるため?以下のコマンドを実行

   %windir%\system32\regsvr32.exe %windir%\system32\MSXML3.dll

そして、SoftwareDistributionフォルダを削除、windowsupdate.log を名前変更。

   rmdir C:\WINDOWS\SoftwareDistribution /S /Q
   ren C:\WINDOWS\windowsupdate.log windowsupdate.old

アップデートサービスを開始

   net start wuauserv

同期

   wuauclt /resetauthorization /detectnow