询问者
WSUS 部分客户端无法更新,不报告状态。

问题
全部回复
-
你好,
可以在Windows 7客户端上运行wuauclt /detectnow wuauclt /reportnow来让客户端主动联系服务器。
对于Windows 10和Windows Server 2016之后的客户端需要使用usoclient.exe,并且需要以管理员身份运行,可以先以管理员运行一个cmd窗口,然后输入命令usoclient.exe startinteractivescan。
startscan--开始查找更新
startdownload--开始下载更新
startinstall--安装下载的更新
refreshsettings--刷新更改的配置
startinteractivescan--可能会出现交互式对话框显示进度或错误
restartdevice--重启计算机以完成更新
scaninstallwait--查找、下载、安装更新的合并命令
resumeupdate--启动时恢复安装更新在高版本的Windows中,Windows Update的日志已经由ETW生成了。可以用powershell命令get-windowsupdatelog来过滤生成易读的日志。运行get-windowsupdatelog后会在当前用户的桌面上生成过滤后的日志。下次再运行的话,新日志会追加进去,可以有连贯的日志供排查问题。
Windows Update Commands – USOClient, Powershell, WUAUCLT
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.
- 已编辑 Xin GuoMicrosoft contingent staff, Moderator 2020年6月18日 7:55
-
这些都是参数,要加这个usoclient.exe。
例如:usoclient.exe startscan 应该是没有反应,不报错就行。
主要还是看日志文件,把报错贴上看看。
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.