Windows补丁是自动或手动的

也许你们从来没有遇到过这样的事情。 这是情况。 我们有大约2500多台服务器win 2003/2008/2012 )。 每月Windows补丁通过两种方式完成。

  1. 通过SCCM / WSUS / BSA将补丁分配给服务器,然后在服务器上手动login并下载并安装补丁。 安装后重新启动服务器。 这是我们的手动修补。

  2. 通过SCCM / WSUS / BSA分配,下载并安装补丁到服务器,然后手动重新启动服务器。 我们称之为自动修补。

现在我必须通过修补types( 手动和自动 )来准备服务器列表。

有没有任何registry项或任何地方我可以检查Windows补丁是自动还是手动?

一旦我得到这个信息,那么我将创build一个脚本,并在所有的服务器上运行。

有人可以告诉我这个吗?

HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\WindowsUpdate\AU 
 AUOptions Range = 2|3|4|5 2 = Notify before download. 3 = Automatically download and notify of installation. 4 = Automatically download and schedule installation. Only valid if values exist for ScheduledInstallDay and ScheduledInstallTime. 5 = Automatic Updates is required and users can configure it. 

https://technet.microsoft.com/zh-CN/library/dd939844(v=ws.10).aspx