博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
用WDS和MDT 2010部署windows 7
阅读量:5823 次
发布时间:2019-06-18

本文共 2228 字,大约阅读时间需要 7 分钟。

Step By Step:

  1. Make sure you have infrastructure setup (AD, DNS, DHCP)  Download files; Prepare for deployment Learn more about the MDT 2010
    1. Download the 
    2. Download  {large ISO}
    3. Download 
  2. Install Windows Deployment Services role [WDS] {Server Manager: Roles - Add Windows Deployment Services [defaults for all except turn on "respond to all clients"]}
  3. Install Microsoft Deployment Toolkit [MDT] {
    }
  4. Install Automated Installation Kit [AIK]
  5. Create MDT 2010 Deployment Share {deployment workbench: right-click deployment share} 
  6. Add Operating System Files to the deployment Share {Deployment Workbench: Operating Systems: Action Pane: click Import Operating System}
  7. Add Drivers {Deployment Workbench: Out-Of-Box Drivers: Action Pane: click Import Drivers; browse to location of drivers} 
  8. Note: We did not add applications but you can do that just as easily.  You just need the media and you need to know what the parameter [switch] to do a quiet install.  For office 2007 the switch is "setup"
  9. Create Task Sequence {Deployment Workbench: Task Sequence: Action Pane: click New Task Sequence [Turn on sysprep and capture computer]}
  10. Update Deployment Share {Deployment Workbench: MDT Deployment Share: Action Pane: click Update Deployment Share}  [This creates your WIM and ISO files based on the configuration from above]
  11. Import Boot WIM to WDS: Now we need to import the files create above into our Windows Deployment Services. {Server Manager: Roles: Windows Deployment Services:Servers:FQDNofServer:Boot Images - Right Click - Add Boot Image - Browse to location of ??}
  12. Network Boot the Reference Computer {Boot and press F12 for PXE Boot [note if using Hyper-V virtual guest you have to use a legacy NIC to do PXE boot] Follow on-screen prompts}
  13. Add Captured Reference Image to Deployment Workbench {Deployment Workbench: Operating Systems: Action Pane: click Import Operating System - change to "Custom WIM" and select the WIM from the Captures share }
  14. Create task Sequence for Target Computer {Deployment Workbench: Task Sequence: Action Pane: click New Task Sequence [leave sysprep and capture computer off]}
  15. PXE Boot Target computer to deploy image :) 
本文转自 149banzhang 51CTO博客,原文链接:http://blog.51cto.com/149banzhang/709778,如需转载请自行联系原作者
你可能感兴趣的文章
用爱链接城市的美好生活!第16届深圳关爱行动表彰晚会在深举行
查看>>
MariaDB和Apache安装
查看>>
Redis相关命令
查看>>
区块链培训教程以太坊培训教程
查看>>
6个最高效的语言处理Python库,你用过几个?
查看>>
初学Python,对于开发工具不是很了解?一文带你选择适合你的开发工具
查看>>
Eclipse:Failed to load the JNI shared library
查看>>
【Stimulsoft Reports PHP教程】使用SQL数据源
查看>>
SpringMVC后台token防重复提交解决方案
查看>>
rsync备份工具
查看>>
这可能是最详细的一线大厂Mysql面试题详解了
查看>>
基于Android 虹软人脸、人证对比,活体检测
查看>>
8分钟可以完成一个小程序?而且是一个11岁小姑娘完成的.......
查看>>
Box连结共享造成百家企业档案摊在太阳下
查看>>
VMware Workstation9 下安装 CentOS6.9 32位系统( 安装图文教程 )
查看>>
闲着无聊之StopWatch
查看>>
git学习笔记--创建和合并分支
查看>>
linux云服务器硬盘分区及挂载
查看>>
90后黑客以1分钱拍迪斯尼门票后转卖 1周赚50万
查看>>
FFmpeg Maintainer赵军:FFmpeg关键组件与硬件加速
查看>>