我们都知道Windows的服务器都需要打补丁的,要不然漏洞那个叫多啊。Windows的系列服务器打补丁无非就是两种方法:
1. 通过Internet打补丁:
- Go to control Panel->Windows Update->Hit ‘Check for Updates‘
- Go to control Panel->Windows Update->Hit ‘Check online for updates from Windows update‘
- After completing the above tasks you receive the availabe ‘Install updates for computer‘
- Go to control Panel->Windows Update->Hit ‘numbers important update are available‘
- Unselect the package you don‘t want to update and Hit ‘OK‘
- Then Hit ‘Install updates‘ , then it starts downloading the patches and install it automatically.
- Once installation is completed, instead of install updates you will get the option to restart.
2. 通过WSUS打补丁: (可以和SCCM配合使用)
- 建立一个域环境,当然你有得安装和配置AD
- 安装一个WSUS服务器,具体步骤不写了,网上很多
- 把客户端加入到域环境中
- Go to control Panel->Windows Update->Change Settings, (check if you setings block by domain admin, gpupdate /force)
- Go to control Panel->Windows Update->Hit ‘Check for update managed by your system administrator‘ (from WSUS)
- Then Hit ‘Install updates‘ , then it starts downloading the patches and install it automatically. (WSUS服务器中已经配置了哪些补丁会被安装)
- Once installation is completed, instead of install updates you will get the option to restart.
3. 客户端打补丁时用到的目录和日志
C:WindowsWindowsUpdate.txt (日志记录Windows客户端是否打了补丁从哪里打的补丁)
- 通过Internet打补丁的日志形态
-
<span>2015</span>-<span>10</span>-<span>23</span><span>06</span>:<span>20</span>:<span>43</span>:<span>670</span><span>340</span> 25cc PT + ServiceId = {9482F4B4-E343-43B6-B170-9A65BC822C77}, Server URL = https:<span>//</span><span>www.update.microsoft.com/v6/ClientWebService/client.asmx</span><span>2015</span>-<span>10</span>-<span>23</span><span>06</span>:<span>20</span>:<span>58</span>:<span>217</span><span>340</span> 25cc Misc Validating signature <span>for</span> C:WindowsSoftwareDistributionWuRedir9482F4B4-E343-43B6-B170-<span>9A65BC822C77muv4wuredir.cab: </span><span>2015</span>-<span>10</span>-<span>23</span><span>06</span>:<span>20</span>:<span>58</span>:<span>217</span><span>340</span><span> 25cc Misc Microsoft signed: Yes </span><span>2015</span>-<span>10</span>-<span>23</span><span>06</span>:<span>21</span>:<span>04</span>:<span>577</span><span>340</span> 25cc Agent * Found <span>55</span> updates and <span>13</span> categories <span>in</span> search; evaluated appl. rules of <span>862</span><span>out</span> of <span>1522</span><span> deployed entities </span><span>2015</span>-<span>10</span>-<span>23</span><span>06</span>:<span>21</span>:<span>04</span>:<span>624</span><span>340</span> 25cc Agent ********* <span>2015</span>-<span>10</span>-<span>23</span><span>06</span>:<span>21</span>:<span>04</span>:<span>655</span><span>340</span> 216c AU # <span>55</span> updates detected - 通过WSUS打补丁的日志形态
-
<span>2015</span>-<span>10</span>-<span>23</span><span>06</span>:<span>19</span>:<span>00</span>:<span>716</span><span>340</span> 25cc PT +++++++++++ PT: Synchronizing server updates +++++++++++ <span>2015</span>-<span>10</span>-<span>23</span><span>06</span>:<span>19</span>:<span>00</span>:<span>716</span><span>340</span> 25cc PT + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL = http:<span>//</span><span>10.15.1.14/ClientWebService/client.asmx</span><span>2015</span>-<span>10</span>-<span>23</span><span>06</span>:<span>19</span>:<span>24</span>:<span>670</span><span>340</span> 25cc Agent * Found <span>17</span> updates and <span>74</span> categories <span>in</span> search; evaluated appl. rules of <span>956</span><span>out</span> of <span>1708</span><span> deployed entities </span><span>2015</span>-<span>10</span>-<span>23</span><span>06</span>:<span>19</span>:<span>24</span>:<span>685</span><span>340</span> 25cc Agent ********* <span>2015</span>-<span>10</span>-<span>23</span><span>06</span>:<span>19</span>:<span>24</span>:<span>732</span><span>340</span> 216c AU # <span>17</span> updates detected
C:WindowsSoftwareDistributionDownload (本目录用于存放下载的补丁)
原文:http://www.cnblogs.com/oskb/p/4904458.html
【说明】:本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!