Jump to content

Recommended Posts

Posted

We have recently got our WSUS server working but my machine doesnt report or pull down updates...i get this error on my machine:

 

1.jpg

 

The GPO is denied aswell on my machine saying the GPO is 'Empty' but works fine on all other machines?? is there a way of resetting it? Im guessing OP has simular problems

Posted (edited)

Try running a batch file containing the following:

 

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

 

See if that gets you anywhere.

Edited by ChrisH
Posted
I've had that error a lot and its due to the WSUS server taking an update that means all the clients need an "optional" set of patches -_- Once you find them and tell it to deploy them via WSUS it magically starts to work again in my experience. Its a joke that it seems to have slipped out without much warning.
Posted
Does anyone know a way to force clients to back to checking WSUS for updated and not Microsoft?

 

Hi, I think wuinstall shoud be able to do the trick. With this command you can specify the WSUS you want to use: /use_wsus wsus_address

regards

Posted

or you can set it in group policy (Computer config - windows settings - admin templates - windows components - windows update )

or running a reg key like

 

"

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]

"WUServer"="SERVERNAME:PORT"

"WUStatusServer"="SERVERNAME:PORT"

 

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]

"NoAutoUpdate"=dword:00000000

"AUOptions"=dword:00000004

"ScheduledInstallDay"=dword:00000000

"ScheduledInstallTime"=dword:00000010

"NoAutoRebootWithLoggedOnUsers"=dword:00000001

"UseWUServer"=dword:00000001

"

some of your options will vary depending on when and how you schedule the installations

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...