Jump to content

Recommended Posts

Posted (edited)

Hi,

I've just installed WSUS on a SUS server. Migrated all info across etc etc. but before I decomission SUS from the server, I want to test WSUS on a small number of clients. To start off with I thought I'd get my own connected to it but thats where I have got stuck.

I've configured my client via a registry entry. Done a redetect from my pc but nothing. Can anybody help me please. Below are my registry settings...

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]"ElevateNonAdmins"=dword:00000000

"TargetGroup"="Test Group"

"TargetGroupEnabled"=dword:00000000

"WUServer"="http://servername:8530"

"WUStatusServer"="http://servername:8530"

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

"AUOptions"=dword:00000004

"AutoInstallMinorUpdates"=dword:00000001

"DetectionFrequencyEnabled"=dword:00000001

"DetectionFrequency"=dword:00000012

"NoAutoRebootWithLoggedOnUsers"=dword:00000001

"NoAutoUpdate"=dword:00000000

"RebootRelaunchTimeout"=dword:00000720

"RebootRelauchnchTimeoutEnabled"=dword:00000001

"RebootWarningTimeoutEnabled"=dword:00000000

"RebootWarningTimeout"=dword:00000030

"RescheduleWaitTime"=dword:00000001

"RescheduleWaitTimeEnabled"=dword:00000000

"ScheduleInstallDay"=dword:00000000

"ScheduledInstallTime"=dword:00000003

"UseWUServer"=dword:00000000

I've also tried with the IP address, instead of server name but still nothing.

Thanks

Taggs

Edited by Taggs

Posted

This is what is in the log file.

2005-09-14 12:04:21 1492 d0 AU Triggering AU detection through DetectNow API

2005-09-14 12:04:21 1492 62c AU Another AU detection is already in progress, using it

I'm not sure how to run the wsus client diagnostic

Thanks

Taggs

Posted (edited)

WSUS Client Diag

Checking Machine State...all Passed

Checking AU Settings.....Pass

Checking Proxy...pass/none/none/Pass/None/None (repectively)

Checking Connectionto to WSUS/SUS server

WUServer = http://servername:8530

WUStatusServer = http://servername:8530

UseWuServer is disabled....fail

connection to server .....pass

SelfUpdate folder is present.....pass

:)

Edited by Taggs
Posted

The Test Group is all ready created.

I have changed the UseTargetGroup to 1 and re-run the /detectnow but still nothing.

I've also re-run the Client diag....Still get all the same results as before

:(

Posted

"ScheduleInstallDay"=dword:00000000 should be ScheduledInstallDay!

UseWUServer must be 1 if you want to use WSUS :)

Also enable RescheduleWaitTImeEnabled...

But your biggest problem is UseWUServer...

Posted

The server is still not seeing the computer :( but the client daigs are now saying

UseWuServer is enabled..........Pass. :w00t:

We are getting closer... :thumbup

Posted

Here you go

Registry

Windows Registry Editor Version 5.00

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

"ElevateNonAdmins"=dword:00000000

"TargetGroup"="Test Group"

"TargetGroupEnabled"=dword:00000001

"WUServer"="http://servername:8530"

"WUStatusServer"="http://servername:8530"

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

"AUOptions"=dword:00000004

"AutoInstallMinorUpdates"=dword:00000001

"DetectionFrequencyEnabled"=dword:00000001

"DetectionFrequency"=dword:00000012

"NoAutoRebootWithLoggedOnUsers"=dword:00000001

"NoAutoUpdate"=dword:00000000

"RebootRelaunchTimeout"=dword:00000720

"RebootRelauchnchTimeoutEnabled"=dword:00000001

"RebootWarningTimeoutEnabled"=dword:00000000

"RebootWarningTimeout"=dword:00000030

"RescheduleWaitTime"=dword:00000001

"RescheduleWaitTimeEnabled"=dword:00000001

"ScheduledInstallTime"=dword:00000003

"UseWUServer"=dword:00000001

"ScheduledInstallDay"=dword:00000000

Client Diag

Checking Machine State

admin rights.........pass

Auto updates service running.....passs

BITS running....pass

Wuaueng.dll version 5.8.0.2469...pass

Checking AU Settings.....Pass

Checking Proxy...pass/none/none/Pass/None/None (repectively)

Checking Connectionto to WSUS/SUS server

WUServer = http://servername:8530

WUStatusServer = http://servername:8530

UseWuServer is disabled....pass

connection to server .....pass

SelfUpdate folder is present.....pass

Posted

Ok, now it looks fine...

You can try this script, that will force client:

WSUSForce.cmd

@echo on
net stop wuauserv
REG DELETE "HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v LastWaitTimeout /f
REG DELETE "HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v DetectionStartTime /f
Reg Delete "HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v NextDetectionTime /f
net start wuauserv
wuauclt /resetauthorization /detectnow
@echo off

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...