Link to home
Start Free TrialLog in
Avatar of txhusker
txhusker

asked on

Clients connecting to WSUS server

this is a new install of WSUS on W2K3 STD

I created a Test_WSUS OU and moved 7 test clients into that OU.  I created a Group Policy and linked the GPO to that OU.

WSUS sees recognizes the test clients, but when the clients go to Windows updates, it appears they are still pulling from http://www.update.microsoft.com/microsoftupdate/v6/default.aspx?ln=en-us.

Two questions:

1) How can I confirm the clients are getting updates from WSUS vs Microsoft.com

2) Will the Windows Update page change telling the client the updates are managed by the WSUS server
Avatar of Vaidas911
Vaidas911
Flag of Lithuania image

1) In GPO, specify intranet Microsoft update service location: Enabled, http://yourserver:8530 (or other port depending on installation)
2) No, Windows Update page will not change, you can still update manualy via Windows update page.
ASKER CERTIFIED SOLUTION
Avatar of Joseph Daly
Joseph Daly
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Two things to verify
1. from command prompt
 
reg query "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate"
 
2. Check your windowsupdate.log for http://yourservername
in GPO ( test_wsus )
 goto Administrative Templates -> Windows component -> Wondows update
 and then in "specify intranet microsoft update service location" enabled it and then enter
 "http://wsusserver:8530" or mybe   "http://wsusserver:80" or other port
 in both text box
and then test for update
for fast test in client side in cmd command promt
do "wuauclt /detectnow"