Windows XP笔记本电脑不出现在WSUS所有计算机列表中

我有这一台笔记本电脑没有出现在WSUS的所有电脑列表中。 networking上我们有大约23-25台电脑/笔记本电脑/服务器,但是其中一台在WSUS上市。

这是我迄今为止所做的:

1)更改本地PC上的更新:

  • 转到您的Windows XP客户端,并启动一个新的Microsoftpipe理控制台(MMC)。 在开始,运行,键入MMC。
  • 使用Ctrl + M添加一个新的pipe理单元。
  • 单击添加,然后添加本地计算机的组策略对象编辑器。
  • 单击closures,然后单击确定。
  • 展开本地计算机策略。
  • 在计算机configuration下,转到pipe理模板,Windows组件,Windows Update。
  • 在右侧窗格中,双击“指定Intranet Microsoft更新服务位置”。
  • configuration设置以反映我的WSUS服务器。
  • 单击确定,然后closuresMMC而不保存它。

执行wuauclt.exe / detectnow

2)使用GPO将编辑的registry键推送到PC

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate] "WUServer"=http://wsusserver "TargetGroupEnabled"=dword:00000001 "TargetGroup"="WINXP" "WUStatusServer"=http://wsuswerver 

3)执行wuauclt / resetauthorization / detectnow

4)同步并刷新组

我在这里没有想法了。 客户端运行Windows XP专业版,WSUS版本为3.0,并在Windows 2008 R2 64位上运行。

请帮忙!

谢谢!

编辑13.IX.2012 @ 15.40 CT

我应该也提到,我们有一个Windows更新GPO的工作站组,笔记本电脑是该组的一部分。

编辑13.IX.2012 @ 18.03 CT

这里有 结果 。 现在,谷歌search后,我遇到的解决scheme的错误,并没有帮助:

– >停止自动更新服务和BITS服务。

 net stop wuauserv net stop bits 

– >删除“%windir%\ softwaredistribution”目录。

– >启动自动更新服务和BITS服务。 当这两项服务启动后,系统会自动创build“软件分发”及其子目录。

 net start wuauserv net start bits 

– >生成“%windir%\ softwaredistribution”目录后,请让客户立即联系WSUS服务器。

 wuauclt.exe /resetauthorization /detectnow 

– > 15分钟后,请检查客户端以确认是否检测到需要的更新。

编辑14.IX.2012 @ 9.59 CT

1)好的,我在WSUS服务器上运行nslookup

 Server: xxxx.xxxxxxx.local Address: xxx2 Name: xxx-xxx.xxxxxxx.local Address: xxx36 

2)我ping WSUS服务器(名称):

 Pinging xxx-xxx.xxxxxx.local [xxx36] with 32 bytes of data: Reply from xxx36: bytes=32 time=1ms TTL=128 Reply from xxx36: bytes=32 time<1ms TTL=128 Reply from xxx36: bytes=32 time<1ms TTL=128 Reply from xxx36: bytes=32 time<1ms TTL=128 Ping statistics for xxx36: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 1ms, Average = 0ms 

3)我钉住了WSUS服务器(IP):

 Pinging xxx36 with 32 bytes of data: Reply from xxx36: bytes=32 time<1ms TTL=128 Reply from xxx36: bytes=32 time<1ms TTL=128 Reply from xxx36: bytes=32 time<1ms TTL=128 Reply from xxx36: 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 

我不相信这是一个DNS问题,但我可能是错的。 任何你需要运行检查DNS问题?

很明显,您可以ping一台服务器,但无法与WSUS端口上的WSUS进行通信。

过了一段时间,因为我使用WSUS 2.0,我不记得是否使用端口80或其他端口,但我总是指定我使用的端口:

 "WUStatusServer"=http://wsusserver:8530 

– 你需要检查你的服务器名称在GPO中的拼写:这是一个容易犯的错误。

您需要检查服务器正在使用的端口,并且没有其他东西抓取该端口,并且服务器和客户端上的防火墙都允许在该端口上进行连接。