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

            Club Baloncesto Breogán Índice Historia | Pavillón | Nome | O Breogán na cultura popular | Xogadores | Adestradores | Presidentes | Palmarés | Historial | Líderes | Notas | Véxase tamén | Menú de navegacióncbbreogan.galCadroGuía oficial da ACB 2009-10, páxina 201Guía oficial ACB 1992, páxina 183. Editorial DB.É de 6.500 espectadores sentados axeitándose á última normativa"Estudiantes Junior, entre as mellores canteiras"o orixinalHemeroteca El Mundo Deportivo, 16 setembro de 1970, páxina 12Historia do BreogánAlfredo Pérez, o último canoneiroHistoria C.B. BreogánHemeroteca de El Mundo DeportivoJimmy Wright, norteamericano do Breogán deixará Lugo por ameazas de morteResultados de Breogán en 1986-87Resultados de Breogán en 1990-91Ficha de Velimir Perasović en acb.comResultados de Breogán en 1994-95Breogán arrasa al Barça. "El Mundo Deportivo", 27 de setembro de 1999, páxina 58CB Breogán - FC BarcelonaA FEB invita a participar nunha nova Liga EuropeaCharlie Bell na prensa estatalMáximos anotadores 2005Tempada 2005-06 : Tódolos Xogadores da Xornada""Non quero pensar nunha man negra, mais pregúntome que está a pasar""o orixinalRaúl López, orgulloso dos xogadores, presume da boa saúde económica do BreogánJulio González confirma que cesa como presidente del BreogánHomenaxe a Lisardo GómezA tempada do rexurdimento celesteEntrevista a Lisardo GómezEl COB dinamita el Pazo para forzar el quinto (69-73)Cafés Candelas, patrocinador del CB Breogán"Suso Lázare, novo presidente do Breogán"o orixinalCafés Candelas Breogán firma el mayor triunfo de la historiaEl Breogán realizará 17 homenajes por su cincuenta aniversario"O Breogán honra ao seu fundador e primeiro presidente"o orixinalMiguel Giao recibiu a homenaxe do PazoHomenaxe aos primeiros gladiadores celestesO home que nos amosa como ver o Breo co corazónTita Franco será homenaxeada polos #50anosdeBreoJulio Vila recibirá unha homenaxe in memoriam polos #50anosdeBreo"O Breogán homenaxeará aos seus aboados máis veteráns"Pechada ovación a «Capi» Sanmartín e Ricardo «Corazón de González»Homenaxe por décadas de informaciónPaco García volve ao Pazo con motivo do 50 aniversario"Resultados y clasificaciones""O Cafés Candelas Breogán, campión da Copa Princesa""O Cafés Candelas Breogán, equipo ACB"C.B. Breogán"Proxecto social"o orixinal"Centros asociados"o orixinalFicha en imdb.comMario Camus trata la recuperación del amor en 'La vieja música', su última película"Páxina web oficial""Club Baloncesto Breogán""C. B. Breogán S.A.D."eehttp://www.fegaba.com

            Vilaño, A Laracha Índice Patrimonio | Lugares e parroquias | Véxase tamén | Menú de navegación43°14′52″N 8°36′03″O / 43.24775, -8.60070

            Cegueira Índice Epidemioloxía | Deficiencia visual | Tipos de cegueira | Principais causas de cegueira | Tratamento | Técnicas de adaptación e axudas | Vida dos cegos | Primeiros auxilios | Crenzas respecto das persoas cegas | Crenzas das persoas cegas | O neno deficiente visual | Aspectos psicolóxicos da cegueira | Notas | Véxase tamén | Menú de navegación54.054.154.436928256blindnessDicionario da Real Academia GalegaPortal das Palabras"International Standards: Visual Standards — Aspects and Ranges of Vision Loss with Emphasis on Population Surveys.""Visual impairment and blindness""Presentan un plan para previr a cegueira"o orixinalACCDV Associació Catalana de Cecs i Disminuïts Visuals - PMFTrachoma"Effect of gene therapy on visual function in Leber's congenital amaurosis"1844137110.1056/NEJMoa0802268Cans guía - os mellores amigos dos cegosArquivadoEscola de cans guía para cegos en Mortágua, PortugalArquivado"Tecnología para ciegos y deficientes visuales. Recopilación de recursos gratuitos en la Red""Colorino""‘COL.diesis’, escuchar los sonidos del color""COL.diesis: Transforming Colour into Melody and Implementing the Result in a Colour Sensor Device"o orixinal"Sistema de desarrollo de sinestesia color-sonido para invidentes utilizando un protocolo de audio""Enseñanza táctil - geometría y color. Juegos didácticos para niños ciegos y videntes""Sistema Constanz"L'ocupació laboral dels cecs a l'Estat espanyol està pràcticament equiparada a la de les persones amb visió, entrevista amb Pedro ZuritaONCE (Organización Nacional de Cegos de España)Prevención da cegueiraDescrición de deficiencias visuais (Disc@pnet)Braillín, un boneco atractivo para calquera neno, con ou sen discapacidade, que permite familiarizarse co sistema de escritura e lectura brailleAxudas Técnicas36838ID00897494007150-90057129528256DOID:1432HP:0000618D001766C10.597.751.941.162C97109C0155020