If you are getting error code 800b0001 when checking for updates from WSUS (Windows Server Update Services) server in your environment from a Windows 2012 R2 server, try these steps:
On the WSUS server
- Install Update for Windows Server Update Services 3.0 SP2 for x64-based Systems (KB2720211)
- Install Update for Windows Server Update Services 3.0 SP2 for x64-based Systems (KB2734608)
On the Windows 2012 R2 server run the following commands:
net stop wuauserv
rd /s /q %windir%\softwaredistribution\
net start wuauserv
After the above steps, check again for updates.
For more information regarding WSUS, visit Windows Server Update Services Home
You must be logged in to post a comment.