Jump to content

Recommended Posts

Posted

Hi Guys,

 

setting up WSUS here, But none of my machines are loading in the the client targeting group.

had external support check the gpo and the settings for WSUS and they can't see any thing wrong with it.

help

 

Bushby

Posted

Its been years since I setup our wsus server but a few things you can explore:

 

I would check that your workstations all have different SID's if you have imaged them.

Check your firewall.

 

Try running these on a workstation:

 

Try this 1st

Update now:

wuauclt.exe /detectnow

 

only try this if above doesnt work

Update now / reset authorization:

wuauclt.exe /updatenow /resetauthorization

 

I think once I had to update online from windowsupdate before it would talk to the wsus server because the windows updater on the workstation was out of date.

Posted

The one that always get me is the server location should be http://servername (forward slash) and not the usual http:\\servername ( Backslash)

 

Hi Guys,

 

setting up WSUS here, But none of my machines are loading in the the client targeting group.

had external support check the gpo and the settings for WSUS and they can't see any thing wrong with it.

help

 

Bushby

Posted (edited)
The one that always get me is the server location should be http://servername (forward slash) and not the usual http:\\servername ( Backslash)

 

Also if its not the default intranet page on that server it will need a different port specified i.e. http://servname: port

Edited by ToyHeartsFan
no I dont want a smiley there arrrrrgg
Posted

Try each of the following as batch files

copy to batch1

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

cls

@echo Triggering detection after resetting WSUS client identity

net stop wuauserv

net start wuauserv

wuauclt /resetauthorization /detectnow

 

copy to batch2

 

REGSVR32 WUPS2.DLL /S

REGSVR32 WUPS.DLL /S

REGSVR32 WUAUENG.DLL /S

REGSVR32 WUAPI.DLL /S

REGSVR32 MUCLTUI.DLL /S

REGSVR32 WUCLTUI.DLL /S

REGSVR32 WUWEB.DLL /S

REGSVR32 MUWEB.DLL /S

REGSVR32 QMGR.DLL /S

REGSVR32 QMGRPRXY.DLL /S

 

Copy to batch3

 

@echo off

rem Batch file to clear the BITS queued jobs:

net stop bits

net stop wuauserv

Del /q "%ALLUSERSPROFILE%\Application

Data\Microsoft\Network\Downloader\qmgr0.dat"

 

 

Del /q "%ALLUSERSPROFILE%\Application

Data\Microsoft\Network\Downloader\qmgr1.dat

Rd /s /q "%Windir%\SoftwareDistribution\"

net start bits

net start wuauserv

wuauclt /detectnow

  • 2 weeks later...
Posted

i have found the issue it was the gpo targeting :doh: trying to target pupils not the machines doesn't help

 

thanks for the help guys

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...