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
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
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.
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
Last edited by ToyHeartsFan; 14th December 2011 at 05:05 PM. Reason: no I dont want a smiley there arrrrrgg
Try each of the following as batch files
copy to batch1
reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Win dowsUpdate /v AccountDomainSid /f
reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Win dowsUpdate /v PingID /f
reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Win dowsUpdate /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
Try moving the computers from the Computers OU to the Workstations OU.
i have found the issue it was the gpo targetingtrying to target pupils not the machines doesn't help
thanks for the help guys
There are currently 1 users browsing this thread. (0 members and 1 guests)