Issue: Client Not Yet Sync WSUS error
Resolution:
Step1: Download KB2720211 x64 and apply on WSUS server using the following steps in command prompt with administrative privilege:
- iisreset/stop
- net stop wsusservice
- WSUS-KB2720211-x64.exe /q C:MySetup.log
- iisreset
- net start wsusservice
Step2: Open elevated command prompt, type the following. Detailed available on KB958046
net stop wuauserv
cd %systemroot%SoftwareDistribution
ren Download Download.old
net start wuauserv
Step3: Detect and authorize client to WSUS Server. Run the following in elevated command prompt.
wuauclt /resetauthorization /detectnow
gpupdate /force
Before you authorize, make sure WSUS GPO is applied to the clients with following GPO Configuration:
Computer ConfigurationAdministrative TemplatesWindows ComponentsWindows Update
- Configure Automatic Update—–Enabled
- Specify intranet Microsoft update service location…… Enabled
- Enable Client side target……Enabled.