Jump to content

WSUS Clients


Taggs

Recommended Posts

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
Link to comment
Share on other sites


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

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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
  • Recently Browsing   0 members

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