Get ready to deploy Windows 7 and Windows Server 2008 R2 with the final release of Microsoft Deployment Toolkit 2010

Click here to download MDT now. (http://go.microsoft.com/fwlink/?LinkId=159061)

As you prepare to deploy Windows® 7 and Windows Server® 2008 R2, get a jump start with Microsoft® Deployment Toolkit (MDT) 2010. Leverage this Solution Accelerator to achieve efficient, cost-effective deployment of Windows 7 and Windows Server 2008 R2.

MDT is the recommended process and toolset to automate desktop and server deployment. MDT provides you with the following benefits:

  • Unified tools and processes required for desktop and server deployment in a common deployment console and collection of guidance.

  • Reduced deployment time and standardized desktop and server images, along with improved security and ongoing configuration management.

  • Fully automated Zero Touch Installation deployments by leveraging System Center Configuration Manager 2007 Service Pack 2 Release Candidate and Windows deployment tools. For those without a System Center Configuration Manager 2007 infrastructure, MDT leverages Windows deployment tools for Lite Touch Installation deployments.

MDT 2010 includes new features such as flexible driver management, optimized user interface workflow, and Windows PowerShellTM command line interface to help simplify deployment and make your job easier. Deploy faster and more easily with MDT 2010.

New in MDT 2010

Improvements in MDT 2010 allow you to:

  • Access deployment shares from anywhere on the network and replicate files and settings across organizational boundaries or sites.

  • Organize and manage drivers, operating systems, applications, packages, and task sequences with an improved UI.

  • Automate UI functionality using the new Windows PowerShell command line interface.

Next steps

If you have used a Solution Accelerator within your organization, please share your experience with us by completing this short survey (http://go.microsoft.com/fwlink/?LinkID=132579).

使用 Windows PE 安装部署 Windows 7 RTM 的注意事项

        由于 Windows 7 安装“载体无关性”的新特性,可以让我们灵活地、随心所欲地来安装或部署 Windows 7。目前在网上盛传着各类介绍 Windows 7 安装方式的资讯,如:怎么通过硬盘来安装、自己制作光盘来安装、使用 U盘来安装,使用硬盘来安装或通过网络来安装。gOxiA 很早也发布了相关的日志,而今天主要是分享 Windows PE 来安装部署 Windows 7 RTM 时所要注意的事项。

        作为一名 IT 专业人士,面对工作时必须要严谨、认真、高效、灵活并且值得信赖!在系统部署或维护时,各自手中都会有一张 Windows PE 或定制版的 Windows PE。正如前面所提到的工作态度,导致一些在网上非常 HOT 的定制版 Windows PE 可能不适用与一些工作环境。通常 ITPro 会使用 WAIK 来制作一张属于自己的定制版 Windows PE,里面集成了一些非常实用的小工具,比如 gOxiA 早先基于 Windows Vista WAIK 制作的定制版 Windows PE,内部就集成了远程桌面、Imagex、Ghost 和虚拟光驱等实用的软件,特别是这个虚拟光驱工具可以轻松地载入 Windows Vista 的安装 ISO 甚至是现在 Windows 7 的安装 ISO,这对于安装操作系统来讲是非常便捷的,因为我们不需要专门制作、维护一份存储有 Windows 的安装源。从 Windows Vista 开始,gOxiA 就在自己的 U盘、移动硬盘、光盘甚至是 WDS 服务器上拷贝了自己定制的 Windows PE,用于安装和维护操作系统,非常之方便。并且这份 PE 一直沿用至 Windows 7 RC,但是到 Windows 7 RTM 英文版后,便无法再使用(PS:泄漏的 Windows 7 RTM 中文版并未发现此问题)!具体表现为,当执行 Setup 安装后第一阶段结束会提示一个无法处理的错误,之后安装宣告失败。检查系统盘,发现盘中的目录格式并非正常命名,而是包含有 Windows.old 这样的目录,看来英文版的 Windows 7 RTM 在安装时对系统检查这一过程更加严谨,将我基于 Windows Vista 的 PE 识别为了老版本的系统,故最终导致安装失败!

        OK,注意事项就是这个,如果要使用 Windows PE 来安装部署 Windows 7 RTM,则必须满足 Windows PE 是最新的 WAIK 3.0 制作的,否则就必须使用 Imagex 来手工安装 Windows 7,而 Imagex 手工安装 Windows 7 所需要注意的问题可以参考之前的日志“使用 imagex 手工安装 Windows 7 RTM”。

        看来 ITPro 要重新定制自己的 Windows PE,以满足 Windows 7 的安装需求!gOxiA 在未来一段时间也会开始制作基于 WAIK 3 的 Windows PE,并正确总结成日志与大家分享!

Tags: , , , , ,

使用标准的 Setup 向导安装定制版 Windows 7

        其实本文是《使用 WAIK 的 oscdimg 制作定制的 Windows 7 安装 ISO》的补充,不是今天 MVP 老吴问我相关的问题,我还真没注意到。前文中我向大家介绍了使用 oscdimg 来打包定制的 Windows 7 的安装 ISO,但是忽略了重要的一点!既是,并非我们使用 iamgex 打包的 wim 就能够被 Windows 7 标准的安装向导(Setup.exe)所识别。此外如果使用 WDS 中已经添加的 Windows 7 的 Boot.wim 来 PXE 远程引导进行标准安装时,也将会出现无法识别定制 wim 的故障问题!所以,我们在打包现有系统制作映像时必须使用 imagex 工具的 flags 参数。来标注该映像的版本,使之能够被 Setup 向导所识别。故!正确的命令格式应当参考如下:

imagex /capture /compress fast c: d:\install.wim "Custom Windows 7 for FullAPP" /flags "Ultimate"

        其中 flags 参数的标记信息 ID 必须完全符合微软的版本命名要求。

  • HomeBasic
  • HomePremium
  • Starter
  • Professional
  • Enterprise
  • Ultimate

        下面是两篇关于 Imagex 工具的官方文档,前者是基于 Windows 7 测试版编写的(随着 RTM 的发布,相信 Windows 7 正式版的相关 TechNet library 会很快更新发布),后者是 Windows Vista 的。

http://technet.microsoft.com/zh-cn/library/dd799302(WS.10).aspx

http://technet.microsoft.com/zh-cn/library/cc749447(WS.10).aspx

Tags: , , , , , ,
分页: 37/50 第一页 上页 32 33 34 35 36 37 38 39 40 41 下页 最后页 [ 显示模式: 摘要 | 列表 ]