【发布时间】:2016-04-01 19:32:58
【问题描述】:
我正在构建一个 Powershell 脚本来下载 Windows 更新,以便使用 DISM 将它们整合到离线 Windows 映像中。例如,我的 Windows 10 搜索列表如下所示。
d Id KB Title Rating
- -- -- ----- ------
3/8/2016 MS16-036 3144756 Security Update for Adobe Flash Player Critical
3/8/2016 MS16-035 3141780 Security Update for .NET Framework to Address Security Feature Bypass Important
3/8/2016 MS16-034 3143145 Security Update for Windows Kernel-Mode Drivers to Address Elevation of Privilege Important
3/8/2016 MS16-033 3143142 Security Update for Windows USB Mass Storage Class Driver to Address Elevation of Privilege Important
3/8/2016 MS16-032 3143141 Security Update for Secondary Logon to Address Elevation of Privile Important
3/8/2016 MS16-030 3143136 Security Update for Windows OLE to Address Remote Code Execution Important
3/8/2016 MS16-028 3143081 Security Update for Microsoft Windows PDF Library to Address Remote Code Execution Critical
3/8/2016 MS16-027 3143146 Security Update for Windows Media to Address Remote Code Execution Critical
3/8/2016 MS16-026 3143148 Security Update for Graphic Fonts to Address Remote Code Execution Critical
3/8/2016 MS16-024 3142019 Cumulative Security Update for Microsoft Edge Critical
3/8/2016 MS16-023 3142015 Cumulative Security Update for Internet Explorer Critical
如何确定哪些更新尚未被取代?
【问题讨论】:
-
你是怎么得到这么多信息的?也就是说,您使用的是什么 API?
-
我是用 Powershell 抓取 technet.microsoft.com/en-us/security/bulletin/… 得到的
标签: c# windows powershell