在MDT2008部署中使用wsus服务器
版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 、作者信息和本声明。否则将追究法律责任。http://xmuxsp.blog.51cto.com/144876/77694 |
原文:http://blogs.technet.com/mniehaus/archive/2008/05/02/getting-microsoft-deployment-toolkit-2008-to-install-updates-from-wsus.aspx
mdt2008推出的时候我就在找如何使用wsus,MDT2008的文档里只有指导性的提到ZTIWindowsupdate.wsf的用法,现在有人整理出了使用方法,let`s check it!
Microsoft Deployment Toolkit contains a script named ZTIWindowsUpdate.wsf that can be enabled to run during Lite Touch OS deployments. By default, it will talk to the Microsoft Update site on the internet to get the latest updates needed for your Windows OS and Microsoft applications like Office. But you might not want all of the machines you deploy doing that. So with MDT 2008, we added the ability to install updates from a WSUS server.
MDT包含了一个ZTIWindowsUpdate.wsf的脚本,同时可以用于在LTI部署中。默认他将连接微软的升级服务器获取更新。但你可能不希望所有的机器都如此麻烦的连接到微软去下载补丁。在MDT2008中,你可以使用wsus服务器来升级了。
The "Toolkit Reference" document describes the basic process:
But the actual description of the WSUSServer property, and a sample of how to set it, was accidentally left out of the documentation. This needs to be configured via CustomSettings.ini by adding an entry that looks like this:
但是MS并没有提供如何使用这个参数的描述和例子。这需要通过CustomSettings.ini来添加,就像是:
With that set, the ZTIWindowsUpdate.wsf script will automatically configure the Windows Update Agent to talk to this WSUS server instead of using Microsoft Update.
如此设置吼,ZTIWindowsUpdate.wsf脚本能够自动配置WUA与WSUS服务器建立连接,而不是MS的升级站点。
One other note: the new OS being deployed to the machine must be running a supported version of the Windows Update Agent (WUA). Windows XP and Windows Server 2003 don't contain that needed version, so they need to be upgraded. This will be done automatically by the script, downloading the files from the internet if necessary. But it would be more efficient for you to download them in advance and place them where the script can find them.
即将安装的系统必须能够运行一个受支持的WUA。XP和2003并不包含这个版本的WUA,是需要升级的。升级通过脚本自动进行,如果需要会从internet上下载。如果事先准备好并在制定的地方下载安装则更具效率。
Again from the documentation:
|


xmuxsp
博客统计信息
热门文章
最新评论
友情链接