Windows XP laptop doesn't appear in WSUS All computers listClients not updating with approved updates from WSUSWSUS not working on clients - deployed via GPOPinging a computer on the network fails cyclicallyWSUS not making available all updatesWSUS client detecting 0 updateswhat is the best way to keep updated more than 75 windows servers?win 8.1 don't send status report to wsus 3 sp2 will all patchesWSUS configuration for Windows 8.1 clientsWSUS Windows 10 Updates not workingWindows Server 2016 not updating through WSUS

Too early in the morning to have SODA?

How does DC work with natural 20?

King or Queen-Which piece is which?

How do I see debug logs for Change Data Capture triggers in Salesforce?

Non-misogynistic way to say “asshole”?

Justifying Affordable Bespoke Spaceships

Extending prime numbers digit by digit while retaining primality

What mathematical theory is required for high frequency trading?

Is the continuity test limit resistance of a multimeter standard?

What are the pros and cons for the two possible "gear directions" when parking the car on a hill?

Helping ease my back pain by studying 13 hours everyday , even weekends

What constitutes a syllable?

Cut the gold chain

What happened to Hopper's girlfriend in season one?

Subtract the Folded Matrix

What are Elsa's reasons for selecting the Holy Grail on behalf of Donovan?

Second 100 amp breaker inside existing 200 amp residential panel for new detached garage

What is the oldest commercial MS-DOS program that can run on modern versions of Windows without third-party software?

What does this Swiss black on yellow rectangular traffic sign with a symbol looking like a dart mean?

What was the first third-party commercial application for MS-DOS?

Syntax and semantics of XDV commands (XeTeX)

What are the current battlegrounds for people’s “rights” in the UK?

Is "Busen" just the area between the breasts?

How many people are necessary to maintain modern civilisation?



Windows XP laptop doesn't appear in WSUS All computers list


Clients not updating with approved updates from WSUSWSUS not working on clients - deployed via GPOPinging a computer on the network fails cyclicallyWSUS not making available all updatesWSUS client detecting 0 updateswhat is the best way to keep updated more than 75 windows servers?win 8.1 don't send status report to wsus 3 sp2 will all patchesWSUS configuration for Windows 8.1 clientsWSUS Windows 10 Updates not workingWindows Server 2016 not updating through WSUS






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








1















I have this one laptop that doesn't appear in WSUS all computers list. We have about 23-25 PCs/laptops/servers in the network, all, but one are listed in WSUS.



This is what I have done so far:



1) Changing Updates on local PC:



  • Go to your Windows XP client and start a new Microsoft Management
    Console (MMC). At Start, Run, type MMC.

  • Use Ctrl+M to add a new snap-in.

  • Click Add, and then add the Group Policy Object Editor for the Local
    Computer.

  • Click Close, and then click OK.

  • Expand the Local Computer Policy.

  • Under Computer Configuration, go to Administrative Templates, Windows
    Components, Windows Update.

  • In the right-hand pane, double-click Specify intranet Microsoft
    update service location.

  • Configure the settings to reflect my WSUS server.

  • Click OK and then close the MMC without saving it.

executed wuauclt.exe /detectnow



2) Edited registry key to be pushed to the PCs using GPO



[HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsWindowsUpdate]
"WUServer"=http://wsusserver
"TargetGroupEnabled"=dword:00000001
"TargetGroup"="WINXP"
"WUStatusServer"=http://wsuswerver


3) executed wuauclt /resetauthorization /detectnow



4)Synchronised and refreshed the group



I am running out of ideas here. The client is running Windows XP pro, WSUS version is 3.0 and is running on Windows 2008 R2 64-bit.



Please, help!



Thanks!



EDIT 13.IX.2012 @ 15.40 CT



I should have also mentioned that we do have a Windows Update GPO for workstations group and that laptop is a part of that group.



EDIT 13.IX.2012 @ 18.03 CT



Here are the results. Now, after googling the error that's the solution I came across and it didn't help:



-> Stop the Automatic Updates service and BITS service.



net stop wuauserv

net stop bits


-> Delete “%windir%softwaredistribution” directory.



-> Start the Automatic Updates service and BITS service. When these two services have been started, they will auto-create “softwaredistribution” and its subfolder at system directory.



net start wuauserv

net start bits


-> After the “%windir%softwaredistribution” directory has been generated, please let the client contact the WSUS server immediately.



wuauclt.exe /resetauthorization /detectnow


-> After 15 minutes, please check the client to confirm whether it detects needed updates.



Edit 14.IX.2012 @ 9.59 CT



1) Okay, I ran nslookup on the WSUS server:



Server: xxxx.xxxxxxx.local
Address: x.x.x.2

Name: xxx-xxx.xxxxxxx.local
Address: x.x.x.36


2) I pinged the WSUS server (name):



Pinging xxx-xxx.xxxxxx.local [x.x.x.36] with 32 bytes of data:

Reply from x.x.x.36: bytes=32 time=1ms TTL=128
Reply from x.x.x.36: bytes=32 time<1ms TTL=128
Reply from x.x.x.36: bytes=32 time<1ms TTL=128
Reply from x.x.x.36: bytes=32 time<1ms TTL=128

Ping statistics for x.x.x.36:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 1ms, Average = 0ms


3) I pinged the WSUS server (IP):



Pinging x.x.x.36 with 32 bytes of data:

Reply from x.x.x.36: bytes=32 time<1ms TTL=128
Reply from x.x.x.36: bytes=32 time<1ms TTL=128
Reply from x.x.x.36: bytes=32 time<1ms TTL=128
Reply from x.x.x.36: bytes=32 time<1ms TTL=128

Ping statistics for 10.3.1.36:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms


I don't believe it's a DNS issue, but I might be mistaken. Anything you need to run to check DNS issue?










share|improve this question



















  • 3





    1. Why would you be manually configuring Windows Update on a computer joined to the domain when you should be using GPO to configure Windows Update? 2. Have you confirmed that your Windows Update GPO is being applied to the computer in question?

    – joeqwerty
    Sep 13 '12 at 20:26











  • @joeqwerty Yes, I am sorry, I should have mentioned it in my post. GPO is applied to workstation and that laptop is a part of that group.

    – George
    Sep 13 '12 at 20:37











  • George, joeqwerty meant to ask: do you assign the update server and group within the GPO? Regardless, post results of the diag tool (refer to the readme ).

    – mbrownnyc
    Sep 13 '12 at 20:49







  • 1





    OK, the computer should show up in the All Computers group as well as the target group. If it's not showing up in the All Computers group, then I would suspect that the GPO isn't being applied. Have you run gpresults or RSOP for the computer in question to verify that the GPO is being applied? Also, you know that that is a WSUS group not an AD group, right?

    – joeqwerty
    Sep 13 '12 at 20:50







  • 1





    Can the XP client resolve the WSUS server name as configured in your GPO?

    – joeqwerty
    Sep 13 '12 at 23:05

















1















I have this one laptop that doesn't appear in WSUS all computers list. We have about 23-25 PCs/laptops/servers in the network, all, but one are listed in WSUS.



This is what I have done so far:



1) Changing Updates on local PC:



  • Go to your Windows XP client and start a new Microsoft Management
    Console (MMC). At Start, Run, type MMC.

  • Use Ctrl+M to add a new snap-in.

  • Click Add, and then add the Group Policy Object Editor for the Local
    Computer.

  • Click Close, and then click OK.

  • Expand the Local Computer Policy.

  • Under Computer Configuration, go to Administrative Templates, Windows
    Components, Windows Update.

  • In the right-hand pane, double-click Specify intranet Microsoft
    update service location.

  • Configure the settings to reflect my WSUS server.

  • Click OK and then close the MMC without saving it.

executed wuauclt.exe /detectnow



2) Edited registry key to be pushed to the PCs using GPO



[HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsWindowsUpdate]
"WUServer"=http://wsusserver
"TargetGroupEnabled"=dword:00000001
"TargetGroup"="WINXP"
"WUStatusServer"=http://wsuswerver


3) executed wuauclt /resetauthorization /detectnow



4)Synchronised and refreshed the group



I am running out of ideas here. The client is running Windows XP pro, WSUS version is 3.0 and is running on Windows 2008 R2 64-bit.



Please, help!



Thanks!



EDIT 13.IX.2012 @ 15.40 CT



I should have also mentioned that we do have a Windows Update GPO for workstations group and that laptop is a part of that group.



EDIT 13.IX.2012 @ 18.03 CT



Here are the results. Now, after googling the error that's the solution I came across and it didn't help:



-> Stop the Automatic Updates service and BITS service.



net stop wuauserv

net stop bits


-> Delete “%windir%softwaredistribution” directory.



-> Start the Automatic Updates service and BITS service. When these two services have been started, they will auto-create “softwaredistribution” and its subfolder at system directory.



net start wuauserv

net start bits


-> After the “%windir%softwaredistribution” directory has been generated, please let the client contact the WSUS server immediately.



wuauclt.exe /resetauthorization /detectnow


-> After 15 minutes, please check the client to confirm whether it detects needed updates.



Edit 14.IX.2012 @ 9.59 CT



1) Okay, I ran nslookup on the WSUS server:



Server: xxxx.xxxxxxx.local
Address: x.x.x.2

Name: xxx-xxx.xxxxxxx.local
Address: x.x.x.36


2) I pinged the WSUS server (name):



Pinging xxx-xxx.xxxxxx.local [x.x.x.36] with 32 bytes of data:

Reply from x.x.x.36: bytes=32 time=1ms TTL=128
Reply from x.x.x.36: bytes=32 time<1ms TTL=128
Reply from x.x.x.36: bytes=32 time<1ms TTL=128
Reply from x.x.x.36: bytes=32 time<1ms TTL=128

Ping statistics for x.x.x.36:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 1ms, Average = 0ms


3) I pinged the WSUS server (IP):



Pinging x.x.x.36 with 32 bytes of data:

Reply from x.x.x.36: bytes=32 time<1ms TTL=128
Reply from x.x.x.36: bytes=32 time<1ms TTL=128
Reply from x.x.x.36: bytes=32 time<1ms TTL=128
Reply from x.x.x.36: bytes=32 time<1ms TTL=128

Ping statistics for 10.3.1.36:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms


I don't believe it's a DNS issue, but I might be mistaken. Anything you need to run to check DNS issue?










share|improve this question



















  • 3





    1. Why would you be manually configuring Windows Update on a computer joined to the domain when you should be using GPO to configure Windows Update? 2. Have you confirmed that your Windows Update GPO is being applied to the computer in question?

    – joeqwerty
    Sep 13 '12 at 20:26











  • @joeqwerty Yes, I am sorry, I should have mentioned it in my post. GPO is applied to workstation and that laptop is a part of that group.

    – George
    Sep 13 '12 at 20:37











  • George, joeqwerty meant to ask: do you assign the update server and group within the GPO? Regardless, post results of the diag tool (refer to the readme ).

    – mbrownnyc
    Sep 13 '12 at 20:49







  • 1





    OK, the computer should show up in the All Computers group as well as the target group. If it's not showing up in the All Computers group, then I would suspect that the GPO isn't being applied. Have you run gpresults or RSOP for the computer in question to verify that the GPO is being applied? Also, you know that that is a WSUS group not an AD group, right?

    – joeqwerty
    Sep 13 '12 at 20:50







  • 1





    Can the XP client resolve the WSUS server name as configured in your GPO?

    – joeqwerty
    Sep 13 '12 at 23:05













1












1








1








I have this one laptop that doesn't appear in WSUS all computers list. We have about 23-25 PCs/laptops/servers in the network, all, but one are listed in WSUS.



This is what I have done so far:



1) Changing Updates on local PC:



  • Go to your Windows XP client and start a new Microsoft Management
    Console (MMC). At Start, Run, type MMC.

  • Use Ctrl+M to add a new snap-in.

  • Click Add, and then add the Group Policy Object Editor for the Local
    Computer.

  • Click Close, and then click OK.

  • Expand the Local Computer Policy.

  • Under Computer Configuration, go to Administrative Templates, Windows
    Components, Windows Update.

  • In the right-hand pane, double-click Specify intranet Microsoft
    update service location.

  • Configure the settings to reflect my WSUS server.

  • Click OK and then close the MMC without saving it.

executed wuauclt.exe /detectnow



2) Edited registry key to be pushed to the PCs using GPO



[HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsWindowsUpdate]
"WUServer"=http://wsusserver
"TargetGroupEnabled"=dword:00000001
"TargetGroup"="WINXP"
"WUStatusServer"=http://wsuswerver


3) executed wuauclt /resetauthorization /detectnow



4)Synchronised and refreshed the group



I am running out of ideas here. The client is running Windows XP pro, WSUS version is 3.0 and is running on Windows 2008 R2 64-bit.



Please, help!



Thanks!



EDIT 13.IX.2012 @ 15.40 CT



I should have also mentioned that we do have a Windows Update GPO for workstations group and that laptop is a part of that group.



EDIT 13.IX.2012 @ 18.03 CT



Here are the results. Now, after googling the error that's the solution I came across and it didn't help:



-> Stop the Automatic Updates service and BITS service.



net stop wuauserv

net stop bits


-> Delete “%windir%softwaredistribution” directory.



-> Start the Automatic Updates service and BITS service. When these two services have been started, they will auto-create “softwaredistribution” and its subfolder at system directory.



net start wuauserv

net start bits


-> After the “%windir%softwaredistribution” directory has been generated, please let the client contact the WSUS server immediately.



wuauclt.exe /resetauthorization /detectnow


-> After 15 minutes, please check the client to confirm whether it detects needed updates.



Edit 14.IX.2012 @ 9.59 CT



1) Okay, I ran nslookup on the WSUS server:



Server: xxxx.xxxxxxx.local
Address: x.x.x.2

Name: xxx-xxx.xxxxxxx.local
Address: x.x.x.36


2) I pinged the WSUS server (name):



Pinging xxx-xxx.xxxxxx.local [x.x.x.36] with 32 bytes of data:

Reply from x.x.x.36: bytes=32 time=1ms TTL=128
Reply from x.x.x.36: bytes=32 time<1ms TTL=128
Reply from x.x.x.36: bytes=32 time<1ms TTL=128
Reply from x.x.x.36: bytes=32 time<1ms TTL=128

Ping statistics for x.x.x.36:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 1ms, Average = 0ms


3) I pinged the WSUS server (IP):



Pinging x.x.x.36 with 32 bytes of data:

Reply from x.x.x.36: bytes=32 time<1ms TTL=128
Reply from x.x.x.36: bytes=32 time<1ms TTL=128
Reply from x.x.x.36: bytes=32 time<1ms TTL=128
Reply from x.x.x.36: bytes=32 time<1ms TTL=128

Ping statistics for 10.3.1.36:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms


I don't believe it's a DNS issue, but I might be mistaken. Anything you need to run to check DNS issue?










share|improve this question
















I have this one laptop that doesn't appear in WSUS all computers list. We have about 23-25 PCs/laptops/servers in the network, all, but one are listed in WSUS.



This is what I have done so far:



1) Changing Updates on local PC:



  • Go to your Windows XP client and start a new Microsoft Management
    Console (MMC). At Start, Run, type MMC.

  • Use Ctrl+M to add a new snap-in.

  • Click Add, and then add the Group Policy Object Editor for the Local
    Computer.

  • Click Close, and then click OK.

  • Expand the Local Computer Policy.

  • Under Computer Configuration, go to Administrative Templates, Windows
    Components, Windows Update.

  • In the right-hand pane, double-click Specify intranet Microsoft
    update service location.

  • Configure the settings to reflect my WSUS server.

  • Click OK and then close the MMC without saving it.

executed wuauclt.exe /detectnow



2) Edited registry key to be pushed to the PCs using GPO



[HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsWindowsUpdate]
"WUServer"=http://wsusserver
"TargetGroupEnabled"=dword:00000001
"TargetGroup"="WINXP"
"WUStatusServer"=http://wsuswerver


3) executed wuauclt /resetauthorization /detectnow



4)Synchronised and refreshed the group



I am running out of ideas here. The client is running Windows XP pro, WSUS version is 3.0 and is running on Windows 2008 R2 64-bit.



Please, help!



Thanks!



EDIT 13.IX.2012 @ 15.40 CT



I should have also mentioned that we do have a Windows Update GPO for workstations group and that laptop is a part of that group.



EDIT 13.IX.2012 @ 18.03 CT



Here are the results. Now, after googling the error that's the solution I came across and it didn't help:



-> Stop the Automatic Updates service and BITS service.



net stop wuauserv

net stop bits


-> Delete “%windir%softwaredistribution” directory.



-> Start the Automatic Updates service and BITS service. When these two services have been started, they will auto-create “softwaredistribution” and its subfolder at system directory.



net start wuauserv

net start bits


-> After the “%windir%softwaredistribution” directory has been generated, please let the client contact the WSUS server immediately.



wuauclt.exe /resetauthorization /detectnow


-> After 15 minutes, please check the client to confirm whether it detects needed updates.



Edit 14.IX.2012 @ 9.59 CT



1) Okay, I ran nslookup on the WSUS server:



Server: xxxx.xxxxxxx.local
Address: x.x.x.2

Name: xxx-xxx.xxxxxxx.local
Address: x.x.x.36


2) I pinged the WSUS server (name):



Pinging xxx-xxx.xxxxxx.local [x.x.x.36] with 32 bytes of data:

Reply from x.x.x.36: bytes=32 time=1ms TTL=128
Reply from x.x.x.36: bytes=32 time<1ms TTL=128
Reply from x.x.x.36: bytes=32 time<1ms TTL=128
Reply from x.x.x.36: bytes=32 time<1ms TTL=128

Ping statistics for x.x.x.36:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 1ms, Average = 0ms


3) I pinged the WSUS server (IP):



Pinging x.x.x.36 with 32 bytes of data:

Reply from x.x.x.36: bytes=32 time<1ms TTL=128
Reply from x.x.x.36: bytes=32 time<1ms TTL=128
Reply from x.x.x.36: bytes=32 time<1ms TTL=128
Reply from x.x.x.36: bytes=32 time<1ms TTL=128

Ping statistics for 10.3.1.36:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms


I don't believe it's a DNS issue, but I might be mistaken. Anything you need to run to check DNS issue?







windows-server-2008 windows-xp wsus






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Sep 14 '12 at 21:13







George

















asked Sep 13 '12 at 20:07









GeorgeGeorge

27741739




27741739







  • 3





    1. Why would you be manually configuring Windows Update on a computer joined to the domain when you should be using GPO to configure Windows Update? 2. Have you confirmed that your Windows Update GPO is being applied to the computer in question?

    – joeqwerty
    Sep 13 '12 at 20:26











  • @joeqwerty Yes, I am sorry, I should have mentioned it in my post. GPO is applied to workstation and that laptop is a part of that group.

    – George
    Sep 13 '12 at 20:37











  • George, joeqwerty meant to ask: do you assign the update server and group within the GPO? Regardless, post results of the diag tool (refer to the readme ).

    – mbrownnyc
    Sep 13 '12 at 20:49







  • 1





    OK, the computer should show up in the All Computers group as well as the target group. If it's not showing up in the All Computers group, then I would suspect that the GPO isn't being applied. Have you run gpresults or RSOP for the computer in question to verify that the GPO is being applied? Also, you know that that is a WSUS group not an AD group, right?

    – joeqwerty
    Sep 13 '12 at 20:50







  • 1





    Can the XP client resolve the WSUS server name as configured in your GPO?

    – joeqwerty
    Sep 13 '12 at 23:05












  • 3





    1. Why would you be manually configuring Windows Update on a computer joined to the domain when you should be using GPO to configure Windows Update? 2. Have you confirmed that your Windows Update GPO is being applied to the computer in question?

    – joeqwerty
    Sep 13 '12 at 20:26











  • @joeqwerty Yes, I am sorry, I should have mentioned it in my post. GPO is applied to workstation and that laptop is a part of that group.

    – George
    Sep 13 '12 at 20:37











  • George, joeqwerty meant to ask: do you assign the update server and group within the GPO? Regardless, post results of the diag tool (refer to the readme ).

    – mbrownnyc
    Sep 13 '12 at 20:49







  • 1





    OK, the computer should show up in the All Computers group as well as the target group. If it's not showing up in the All Computers group, then I would suspect that the GPO isn't being applied. Have you run gpresults or RSOP for the computer in question to verify that the GPO is being applied? Also, you know that that is a WSUS group not an AD group, right?

    – joeqwerty
    Sep 13 '12 at 20:50







  • 1





    Can the XP client resolve the WSUS server name as configured in your GPO?

    – joeqwerty
    Sep 13 '12 at 23:05







3




3





1. Why would you be manually configuring Windows Update on a computer joined to the domain when you should be using GPO to configure Windows Update? 2. Have you confirmed that your Windows Update GPO is being applied to the computer in question?

– joeqwerty
Sep 13 '12 at 20:26





1. Why would you be manually configuring Windows Update on a computer joined to the domain when you should be using GPO to configure Windows Update? 2. Have you confirmed that your Windows Update GPO is being applied to the computer in question?

– joeqwerty
Sep 13 '12 at 20:26













@joeqwerty Yes, I am sorry, I should have mentioned it in my post. GPO is applied to workstation and that laptop is a part of that group.

– George
Sep 13 '12 at 20:37





@joeqwerty Yes, I am sorry, I should have mentioned it in my post. GPO is applied to workstation and that laptop is a part of that group.

– George
Sep 13 '12 at 20:37













George, joeqwerty meant to ask: do you assign the update server and group within the GPO? Regardless, post results of the diag tool (refer to the readme ).

– mbrownnyc
Sep 13 '12 at 20:49






George, joeqwerty meant to ask: do you assign the update server and group within the GPO? Regardless, post results of the diag tool (refer to the readme ).

– mbrownnyc
Sep 13 '12 at 20:49





1




1





OK, the computer should show up in the All Computers group as well as the target group. If it's not showing up in the All Computers group, then I would suspect that the GPO isn't being applied. Have you run gpresults or RSOP for the computer in question to verify that the GPO is being applied? Also, you know that that is a WSUS group not an AD group, right?

– joeqwerty
Sep 13 '12 at 20:50






OK, the computer should show up in the All Computers group as well as the target group. If it's not showing up in the All Computers group, then I would suspect that the GPO isn't being applied. Have you run gpresults or RSOP for the computer in question to verify that the GPO is being applied? Also, you know that that is a WSUS group not an AD group, right?

– joeqwerty
Sep 13 '12 at 20:50





1




1





Can the XP client resolve the WSUS server name as configured in your GPO?

– joeqwerty
Sep 13 '12 at 23:05





Can the XP client resolve the WSUS server name as configured in your GPO?

– joeqwerty
Sep 13 '12 at 23:05










1 Answer
1






active

oldest

votes


















0














Clearly you can ping a server, but you can't communicate with WSUS on the WSUS port.



Been a while since I used WSUS 2.0, and I can't remember if I was using port 80 or some other port, but I always specified the port that I was using:



"WUStatusServer"=http://wsusserver:8530


-- and you need to check the spelling of your server name in the GPO: that's an easy mistake to make.



You need to check what port the server is using, and that nothing else has grabbed that port, and that the firewall at both server and client allows connection on that port.






share|improve this answer























    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "2"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f427242%2fwindows-xp-laptop-doesnt-appear-in-wsus-all-computers-list%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    Clearly you can ping a server, but you can't communicate with WSUS on the WSUS port.



    Been a while since I used WSUS 2.0, and I can't remember if I was using port 80 or some other port, but I always specified the port that I was using:



    "WUStatusServer"=http://wsusserver:8530


    -- and you need to check the spelling of your server name in the GPO: that's an easy mistake to make.



    You need to check what port the server is using, and that nothing else has grabbed that port, and that the firewall at both server and client allows connection on that port.






    share|improve this answer



























      0














      Clearly you can ping a server, but you can't communicate with WSUS on the WSUS port.



      Been a while since I used WSUS 2.0, and I can't remember if I was using port 80 or some other port, but I always specified the port that I was using:



      "WUStatusServer"=http://wsusserver:8530


      -- and you need to check the spelling of your server name in the GPO: that's an easy mistake to make.



      You need to check what port the server is using, and that nothing else has grabbed that port, and that the firewall at both server and client allows connection on that port.






      share|improve this answer

























        0












        0








        0







        Clearly you can ping a server, but you can't communicate with WSUS on the WSUS port.



        Been a while since I used WSUS 2.0, and I can't remember if I was using port 80 or some other port, but I always specified the port that I was using:



        "WUStatusServer"=http://wsusserver:8530


        -- and you need to check the spelling of your server name in the GPO: that's an easy mistake to make.



        You need to check what port the server is using, and that nothing else has grabbed that port, and that the firewall at both server and client allows connection on that port.






        share|improve this answer













        Clearly you can ping a server, but you can't communicate with WSUS on the WSUS port.



        Been a while since I used WSUS 2.0, and I can't remember if I was using port 80 or some other port, but I always specified the port that I was using:



        "WUStatusServer"=http://wsusserver:8530


        -- and you need to check the spelling of your server name in the GPO: that's an easy mistake to make.



        You need to check what port the server is using, and that nothing else has grabbed that port, and that the firewall at both server and client allows connection on that port.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Apr 8 '14 at 4:54









        user165568user165568

        216128




        216128



























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Server Fault!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f427242%2fwindows-xp-laptop-doesnt-appear-in-wsus-all-computers-list%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Wikipedia:Vital articles Мазмуну Biography - Өмүр баян Philosophy and psychology - Философия жана психология Religion - Дин Social sciences - Коомдук илимдер Language and literature - Тил жана адабият Science - Илим Technology - Технология Arts and recreation - Искусство жана эс алуу History and geography - Тарых жана география Навигация менюсу

            Bruxelas-Capital Índice Historia | Composición | Situación lingüística | Clima | Cidades irmandadas | Notas | Véxase tamén | Menú de navegacióneO uso das linguas en Bruxelas e a situación do neerlandés"Rexión de Bruxelas Capital"o orixinalSitio da rexiónPáxina de Bruselas no sitio da Oficina de Promoción Turística de Valonia e BruxelasMapa Interactivo da Rexión de Bruxelas-CapitaleeWorldCat332144929079854441105155190212ID28008674080552-90000 0001 0666 3698n94104302ID540940339365017018237

            What should I write in an apology letter, since I have decided not to join a company after accepting an offer letterShould I keep looking after accepting a job offer?What should I do when I've been verbally told I would get an offer letter, but still haven't gotten one after 4 weeks?Do I accept an offer from a company that I am not likely to join?New job hasn't confirmed starting date and I want to give current employer as much notice as possibleHow should I address my manager in my resignation letter?HR delayed background verification, now jobless as resignedNo email communication after accepting a formal written offer. How should I phrase the call?What should I do if after receiving a verbal offer letter I am informed that my written job offer is put on hold due to some internal issues?Should I inform the current employer that I am about to resign within 1-2 weeks since I have signed the offer letter and waiting for visa?What company will do, if I send their offer letter to another company