aini 发表于 2018-6-27 08:24:26

MDT 2010部署Windows 7-lzy821218

  部署Windows 7- Lite Touch using MDT 2010
  主要内容:

[*]Preparing the environment
[*]Creating a deployment share
[*]Configuring the deployment share
[*]Creating a task sequence
[*]Updating the deployment share
[*]Performing the install
  Preparing the Environment

[*]Domain controller for the liming.com domain.
[*]DHCP server with a scope configured for leasing addresses to client computers.
[*]Technician computer with MDT 2010 and Windows AIK 2.0 installed.
[*]Powershell.
  Creating a Deployment Share
  打开Deployment Workbench,右击“Deployment Shares ”,选择“New Deployment Share.”比如取名为 DeploymentShare$,按向导保持默认设置。
  Configuring the Deployment Share

[*]Add the operating system you wish to deploy
[*]Add any out-of-box device drivers needed for installing the operating system on the target computers
[*]Add any applications you want to install on the target computers during the install
[*]Add any packages such as hotfixes or security updates you want to install on the target computers during the install
  为简化操作,仅添加windows 7 enterprise操作系统,右击“Operating Systems”,选择“Import Operating System”,选择“full set of source files”,按向导完成。
  Creating a Task Sequence
  我们将创建一个任务序列用于在裸机上安装windows 7 enterprise.

[*]右击“Task Sequences”,选择“New Task Sequence”,指定任务序列ID如WIN7_001(不允许有空格)、名称如windows 7 x86 enterprise和描述等。点击“Next”
[*]在Select Template对话框,选择“Standard Client Task Sequence”,点击“Next”。
[*]在Select OS对话框,选择“Windows 7 Enterprise”仅有的操作系统,点击“Next”。
[*]在“specify a product key”对话框,选择“Do not specify a product key at this time”, 点击“Next”。
[*]在”OS Settings”对话框“,输入相关的信息,点击“Next”。
[*]在“Admin Password“对话框,指定在目标计算机上本地管理员密码,点击“Next”,完成向导。
  Updating the Deployment Share
  更新deployment share将做几件事情,一个是创建一个使用任务序列来部署操作系统的自定义版本的Windows Preinstallation Environment (Windows PE),在这里更新deployment share在DeploymentShare$\Boot文件夹创建Windows PE镜像。:

[*]LiteTouchPE_x64.iso – Used to manually deploy Windows 7 Enterprise x64 onto a bare-metal system.
[*]LiteTouchPE_x64.wim – Used to deploy Windows 7 Enterprise x64 onto a bare-metal system using Windows Deployment Services.
[*]LiteTouchPE_x86.iso – Used to manually deploy Windows 7 Enterprise x86 onto a bare-metal system.
[*]LiteTouchPE_x86.wim – Used to deploy Windows 7 Enterprise x86 onto a bare-metal system using Windows Deployment Services.
  右击上面创建的deployment share ,选择“Update Deployment Share“,运行Update Deployment Share Wizard。保持默认选项设置完成向导。
  Performing the Install
  到目前为止我们可以准备使用MDT部署Windows 7,将上面创建的Windows PE的ISO文件插入准备安装的
页: [1]
查看完整版本: MDT 2010部署Windows 7-lzy821218