积极答复者
WSUS内的所有计算机无法发现不同网段计算机?

问题
-
系统环境:一台主WSUS、同机房不同网段多台虚拟机
windows server 2016、windows10
问题现象:之前主WSUS为192网段,在主WSUS内查看所有计算机,可以看到来报告状态的客户端均为192段,10段没有一台,前两天将主WSUS更改为10段,不在同机房的计算机报告时间正常(都是192段),在同机房的192段开始没有报告,切换成10段的也一样没有,查找10段客户端的本地windowsupdate日志,应用指定的更新地址也都是正确的,只是有个报错看不懂什么意思,如下
在这台计算机上手动点更新也会弹出报错,不清楚是什么原因
有没什么方法是强制从指定wsus地址下载更新、报告状态的命令?
另外,192段和10段ping、telnet8530都没问题,还可以从哪方面查出问题原因呢?
答案
-
0x80244017: Same as HTTP status 401 - the requested resource requires user authentication.Source: Windows Update Agent
网上的类似案例主要指向了身份验证方面,
运行下方指令,注意修改参数
netsh winhttp set proxy proxy-server="myproxy.domain:80" bypass-list="*.domain;<local>"
网上有一个类似案例,报了相同的错误代码,他的解决方案你可以参考下:
https://www.reddit.com/r/sysadmin/comments/3zf2ly/windows_10_computers_are_not_reporting_to_new/
Please Note: Since the website is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
如果认为回帖者的回答有所帮助,请将之标记为答复,这样可以帮助更多的用户获取有效信息。- 已编辑 Teemo TangMicrosoft contingent staff 2019年3月15日 7:36
- 已标记为答案 GBL_Ray 2019年3月15日 9:46
全部回复
-
0x80244017: Same as HTTP status 401 - the requested resource requires user authentication.Source: Windows Update Agent
网上的类似案例主要指向了身份验证方面,
运行下方指令,注意修改参数
netsh winhttp set proxy proxy-server="myproxy.domain:80" bypass-list="*.domain;<local>"
网上有一个类似案例,报了相同的错误代码,他的解决方案你可以参考下:
https://www.reddit.com/r/sysadmin/comments/3zf2ly/windows_10_computers_are_not_reporting_to_new/
Please Note: Since the website is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
如果认为回帖者的回答有所帮助,请将之标记为答复,这样可以帮助更多的用户获取有效信息。- 已编辑 Teemo TangMicrosoft contingent staff 2019年3月15日 7:36
- 已标记为答案 GBL_Ray 2019年3月15日 9:46
-
内容很长,贴图片的话要好多张
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.