1. 如何快速获取当前机器上的已经更新的补丁列表?
运行 systeminfo 命令
2. 快速获取需要安装的补丁文件
运行 wuauclt.exe /detectnow
或 wuauclt.exe /resetauthorization /detectnow
可以结合 gpresult 和 gpupdate 命令使用。
3. wuauclt 命令还支持哪些参数?
WSUS 2.0 支持的参数:
/detectnow
/resetauthorization /detectnow
/RunHandlerComServer
/RunStoreAsComServer
/ShowSettingsDialog
/ResetEulas
/DemoUI
/FastCountdown
/FakeData
/FakeReboot
/SkipEulasWSUS
3.0 支持的参数:
/DetectNow – Causes the client to communicate to the server, report to come in after
/ReportNow – Causes the client to report status to the server
/RunHandlerComServer – ?
/RunStoreAsComServer – ?
/ShowSettingsDialog – shows setting dialog for time and auto-installation
/ResetAuthorization – resets keys for reporting with the server
/ResetEulas – ?
/ShowWU – shows windows update page
/ShowWindowsUpdate – shows windows update page
/CloseWindowsUpdate – closes windows update page?
/SelfUpdateManaged – ?
/SelfUpdateUnmanaged – ?
/UpdateNow – ?
/DemoUI – shows balloon in corner and offers settings dialog when clicked.
4. 关于从 WSUS 上面下载的补丁文件在本机的位置
如果安装了 SCCM 2007 的客户端,打开控制面板里面的Configuration Manager,可以看到cache的路径。一般是C:\windows\system32\ccm\cache,这个目录下面有需要安装的补丁文件。
其他:一般在系统盘 C:\WINDOWS\SoftwareDistribution\Download 目录下
wuauclt /resetauthorization /detectnow wuauclt /detectnow wuauclt /reportnow