使用MDT2012部署Windows&Linux操作系统(11)

第三步 将模板镜像最终部署到客户端
image
捕获完成后的镜像如图所示
image
返回MDT管理控制台,点击import operating system
image
选择custom image file ,点击next
image
选择刚刚捕获的wim格式的镜像,点击next
image
选择第一项不需要进行系统准备,点击next
image
保持默认,点击next
image
点击next
image
点击完成
建立任务序列
image
点击新任务序列
image
填入序列名称,点击next
image
选择标准序列,点击next
image
选择wim格式的镜像,点击next
image
点击next
image
填写信息,点击next
image
填入密码,点击next
image
点击next
image
点击finish 完成
调整硬盘分区
image
点击属性
image
在这里我们把原有分区删除,并建立两个主分区
image
第一个分区
image
第二个主分区信息
image
点击确定完成
应答文件脚本设置
image
点击属性
image
rules选项卡下是应答文件,可以帮助我们跳过一些设置,点击edit bootstrap.ini,里面加入域账户信息可以帮助我们跳过输入认证信息的步骤
我这里有个范本共享给大家,具体参数不在描述,大家可以直接复制粘贴使用
配置CustomSetting.ini & BootStrap.ini
CustomSetting.ini
[Settings]
Priority=Default
Properties=MyCustomProperty
[Default]
OSInstall=YES
SkipAdminPassword=YES
SkipApplications=YES
SkipAppsOnUpgrade=YES
SkipBDDWelcome=YES
SkipBitLocker=YES
SkipCapture=YES
SkipComputerName=YES
SkipComputerBackup=YES
SkipDeploymentType=YES
DeploymentType=NEWCOMPUTER
SkipDomainMembership=YES
JoinWorkGroup=WORKGROUP
SkipFinalSummary=YES
SkipLocaleSelection=YES
KeyboardLocale=zh-CN
UserLocale=zh-CN
UILanguage=zh-CN
SkipPackageDisplay=YES
SkipProductKey=YES
ProductKey=xxxx-xxxx-xxxx-xxxx-xxxx
SkipSummary=YES
SkipTimeZone=YES
TimeZoneName=210
SkipUserData=Yes

BootStrap.ini
[Settings]
Priority=Default
[Default]
SkipBDDWelcome=YES
KeyboardLocale=zh-CN
UserDomain=example.com
UserID=user ;授权连接用户名
UserPassword=
DeployRoot=\\192.168.8.1\DeploymentShare$ ;推荐使用IP
image
全部设置好后,update一下
在客户端F12网卡启动可以看到效果
本系列到此全部结束 谢谢观赏!

你可能感兴趣的:(操作系统,客户端,border,target,blank)