HotFix
参考:http://www.petri.co.il/working_with_group_policy.htm 在每月 NT 补丁升级的时候偶尔会发现某些服务器没有接收到补丁的问题,下面简要的描述一下处理思路和过程。 先查看机器的组策略设置 相关命令有:gpresult、gpupdate、rsop.msc 等。 关于组策略优先级: Child OU GPO > OU GPO > Domain GPO > Site GPO > Local Policy 中途遇到不出现右下角补丁安装提示图标的处理方法: 用 gpresult 查看是否拿到策略 如果拿到,用 wuauclt /detectnow 去拿补丁 如果无响应,重启机器上的 automatic update 服务再运行 wuauclt /detectnow 也可以利用 wuauclt /demoui 命令调出提示的图标。 由于 Windows 2000 不支持 gpupdate 命令,使用另外一个命令: 针对 computer settings Secedit /refreshpolicy machine_policy 针对 user [...]
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 /SkipEulas WSUS 3.0 支持的参数: /DetectNow – Causes the client to communicate to the server, report to come in [...]
This article was Previously posted on Don Hite’s Blog This VBS script will take a Hot Fix ID from an input dialog box and will determine whether or not the Hot Fix is installed on a list of machines contained in a text file called MachineList.Txt. It will then write the results to an Excel [...]