WSUS部署实验 Part4之 客户端注册表及服务器GPO设置

简介:
对于客户端,可通过加载logon script的方式,让其启动时,自动加载到注册表中,保存为.reg格式,根据需要修改WSUS的IP,注意端口,默认为80端口,此时只需 http://IP即可,若指定了8530,则需要加上端口号。也可以按需要修改下列键值的大小。

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
"WUServer"=" http://IP:8530"
"WUStatusServer"=" http://IP:8530"
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
"UseWUServer"=dword:00000001
"AutoInstallMinorUpdates"=dword:00000001
"RescheduleWaitTimeEnabled"=dword:00000001
"RescheduleWaitTime"=dword:00000005
"NoAutoRebootWithLoggedOnUsers"=dword:00000001
"NoAutoUpdate"=dword:00000000
"AUOptions"=dword:00000004
"ScheduledInstallDay"=dword:00000000
"ScheduledInstallTime"=dword:0000000c
 
键值解析:
AutoInstallMinorUpdates 
Range = 0|1
 0 = Treat minor updates like other updates.
 1 = Silently install minor updates.
 
DetectionFrequency 
Range=n; where n=time in hours (1-22).
 Time between detection cycles.
 
DetectionFrequencyEnabled 
Range = 0|1
 1 = Enable DetectionFrequency.
 0 = Disable custom DetectionFrequency (use default value of 22 hours).
 
NoAutoRebootWithLoggedOnUsers 
Range = 0|1;
 1 = Logged-on user gets to choose whether or not to restart his or her computer.
 0 = Automatic Updates notifies user that the computer will restart in 5 minutes.
 
NoAutoUpdate 
Range = 0|1
 0 = Enable Automatic Updates.
 1 = Disable Automatic Updates.
 
RebootRelaunchTimeout 
Range=n; where n=time in minutes (1-1440).
 Time between prompting again for a scheduled restart.
 
RebootRelaunchTimeoutEnabled 
Range = 0|1
 1 = Enable RebootRelaunchTimeout.
 0 = Disable custom RebootRelaunchTimeout(use default value of 10 minutes).
 
RebootWarningTimeout 
Range=n; where n=time in minutes (1-30).
 Length, in minutes, of the restart warning countdown after installing updates with a deadline or scheduled updates.
 
RebootWarningTimeoutEnabled 
Range = 0|1
 1 = Enable RebootWarningTimeout.
 0 = Disable custom RebootWarningTimeout (use default value of 5 minutes).
 
RescheduleWaitTime 
Range=n; where n=time in minutes (1-60).
 Time, in minutes, that Automatic Updates should wait at startup before applying updates from a missed scheduled installation time.
 Note that this policy applies only to scheduled installations, not deadlines. Updates whose deadlines have expired should always be installed as soon as possible.
 
RescheduleWaitTimeEnabled 
Range = 0|1
 1 = Enable RescheduleWaitTime
 0 = Disable RescheduleWaitTime(attempt the missed installation during the next scheduled installation time).
 
ScheduledInstallDay 
Range = 0|1|2|3|4|5|6|7
 0 = Every day.
 1 through 7 = The days of the week from Sunday (1) to Saturday (7).
 (Only valid if AUOptions equals 4.)
 
ScheduledInstallTime 
Range = n; where n = the time of day in 24-hour format (0-23).
 
UseWUServer 
The WUServer value is not respected unless this key is set.

对于GPO的设置:
点击看大图:























本文转simmy51CTO博客,原文链接:http://blog.51cto.com/helpdesk/277417 ,如需转载请自行联系原作者
相关文章
|
2月前
|
负载均衡 应用服务中间件 持续交付
微服务架构下的Web服务器部署
【8月更文第28天】随着互联网应用的不断发展,传统的单体应用架构逐渐显露出其局限性,特别是在可扩展性和维护性方面。为了解决这些问题,微服务架构应运而生。微服务架构通过将应用程序分解成一系列小型、独立的服务来提高系统的灵活性和可维护性。本文将探讨如何在微服务架构中有效部署和管理Web服务器实例,并提供一些实际的代码示例。
69 0
|
1月前
|
网络协议 网络安全
基于bind软件部署DNS服务器
关于如何使用bind软件部署DNS服务器的教程,包括DNS服务器的类型、基于bind软件的部署步骤、验证DNS服务器可用性的指导,以及如何进行DNS正向解析的实现。
26 2
基于bind软件部署DNS服务器
|
17天前
|
监控 JavaScript Java
部署应用程序到服务器
部署应用程序到服务器
35 3
|
1月前
|
存储 关系型数据库 MySQL
使用Docker快速部署Mysql服务器
本文介绍了如何使用Docker快速部署MySQL服务器,包括下载官方MySQL镜像、启动容器、设置密码、连接MySQL服务器以及注意事项。
149 18
|
9天前
|
JavaScript Linux 开发工具
如何将nodejs项目程序部署到阿里云服务器上
该文章详细描述了将Node.js项目部署到阿里云服务器的步骤,包括服务器环境配置、项目上传及使用PM2进行服务管理的过程。
|
1月前
|
监控 Kubernetes 安全
如何设置一个有效的远程管理工具来简化服务器的维护工作?
如何设置一个有效的远程管理工具来简化服务器的维护工作?
|
10天前
文件上传 图片上传 客户端图片上传到服务器
文件上传 图片上传 客户端图片上传到服务器
|
17天前
|
Ubuntu 开发工具 git
在Ubuntu上部署BOA服务器的步骤
部署BOA服务器是一个涉及多个步骤的过程,包括系统更新、安装依赖、下载和编译源代码、配置服务器以及启动和验证。遵循上述步骤,可以在Ubuntu系统上成功部署BOA服务器,为开发和测试提供一个轻量级的Web服务器环境。
13 0
|
2月前
|
JavaScript NoSQL 中间件
《Node.js后端修炼手册》——揭秘服务器搭建与部署上线的生死时速,让你一战成名!
【8月更文挑战第27天】本文详细介绍如何从零开始利用Node.js构建后端服务器并部署至生产环境。首先,通过简易步骤搭建基础服务器,包括环境安装与配置。接着,引入Express框架优化路由与中间件管理,提升开发效率。随后,利用Mongoose实现MongoDB数据库连接,增强数据交互能力。为保证系统稳定性,文中还讲解了错误处理机制。最后,通过PM2等工具部署应用至生产环境,确保高效运行。本教程辅以示例代码,帮助读者快速掌握Node.js后端开发全流程。
72 2
|
2月前
|
前端开发 应用服务中间件 nginx
前端服务器部署方式
【8月更文挑战第25天】前端服务器部署方式
44 1
下一篇
无影云桌面