K
Koie Toie
Hello,
I have WSUS server – installed on to Windows 2016 server.
I have some clients in this WSUS – Windows server 2016, that report “Not Yet reported”
and in HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate in WUServer, and WUStatusServer is My WSUS server.
net stop bits
net stop wuauserv
reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v SusClientId /f
reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v SusClientIDValidation /f
rd /s /q "C:\WINDOWS\SoftwareDistribution"
net start bits
net start wuauserv
wuauclt /resetauthorization /detectnow
PowerShell.exe (New-Object -ComObject Microsoft.Update.AutoUpdate).DetectNow()
Result: On the client - In Control Panel – Programs – Programs and Features – Installed Updates
Show me “2018-07 Cumulative Update for Windows Server 2016 for x64-based Systems (KB4338822)” is installed .
But when I started Stettings – Update & Security – Update status Showed my “Updates are available.” And showed
“2018-07 Cumulative Update for Windows Server 2016 for x64-based Systems (KB4338822)”
And “Downloading updates 0%”
I check
Command Prompt (Admin) – telnet MYWSUS 8530 – Working!
Can You Help Me ?
Continue reading...
I have WSUS server – installed on to Windows 2016 server.
I have some clients in this WSUS – Windows server 2016, that report “Not Yet reported”
- I check the registry keys in HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU UseWUServer = 1,
and in HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate in WUServer, and WUStatusServer is My WSUS server.
- start “Command Prompt (Admin)” in client (Windows Server 2016)
net stop bits
net stop wuauserv
reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v SusClientId /f
reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v SusClientIDValidation /f
rd /s /q "C:\WINDOWS\SoftwareDistribution"
net start bits
net start wuauserv
wuauclt /resetauthorization /detectnow
PowerShell.exe (New-Object -ComObject Microsoft.Update.AutoUpdate).DetectNow()
Result: On the client - In Control Panel – Programs – Programs and Features – Installed Updates
Show me “2018-07 Cumulative Update for Windows Server 2016 for x64-based Systems (KB4338822)” is installed .
But when I started Stettings – Update & Security – Update status Showed my “Updates are available.” And showed
“2018-07 Cumulative Update for Windows Server 2016 for x64-based Systems (KB4338822)”
And “Downloading updates 0%”
I check
Command Prompt (Admin) – telnet MYWSUS 8530 – Working!
Can You Help Me ?
Continue reading...