SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

这一节主要的目的是使用SCCM 2012来部署Windows 8.1 Pro操作系统,但是前面已经有介绍过Windows 7的部署,方法基本上是一样的,所以这节将稍微调改下,结合软件中心,来发布自助安装任务序列。

·这一节的实验过程包括6个小步骤:

1.准备工作。

2.创建集合“New Installation_32bit Windows 8.1”。

3.添加状态迁移点角色。

4.导入windows 8.1操作系统安装程序。

5.创建任务序列部署操作系统映像包。

6. 域用户USMT登陆客户端Client3,运行任务序列。

--------------------------------------------------------------------------------------

实验环境:

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

--------------------------------------------------------------------------------------

1.准备工作。

准备一台客户端Client3,运行的是Windows 7 Pro系统,图中的桌面是域用户USMT的。

我将使用USMT这个用户在这台计算机上利用任务序列来重新安装Windows 8.1 Pro系统。并且要求安装过程转移用户USMT的用户数据。

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

拷贝Windows 8.1 Pro原版操作系统的install.wim或者全部镜像解压文件至共享目录\\sccm1\resource\windows os\Win_Pro_8.1_32BIT_ChnSimp。

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

2.创建集合“New Installation_32bit Windows 8.1”。

右键“设备集合”,选择“创建设备集合”。

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

完成设备集合的创建。

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

设置设备集合的“集合变量”。添加集合变量属性“SMSTSAssignUsersMode”和“SMSTSUdaUSers”。

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

3.添加状态迁移点角色。

打开“服务器和站点系统角色”,选择“添加站点系统角色”。

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

实验环境只有一台站点服务器,直接点击下一步。

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

勾选“状态迁移点”。点击下一步。

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

点击右边黄色添加图标,添加存储文件夹路径和最低可用空间,我的路径是D:\resource\USers Data。

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

选择于此站点服务器关联的边界组,我的实验环境比较简单,只有一个边界组。点击下一步。

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

完成“状态迁移点”的添加。

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

4.导入windows 8.1操作系统安装程序。

右键“操作系统映像包”,选择“添加操作系统映像包”。

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

选择Windows 8.1的映像包文件install.wim。点击下一步。

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

设置映像包常规信息。

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

完成操作系统映像包的导入。

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

将导入的操作系统映像包分发到分发点。

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

完成操作系统映像包的分发。

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

5.创建任务序列部署操作系统映像包。

右键“任务序列”,选择“创建任务序列”。

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

指定任务序列信息,添加启动映像包。

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

指定操作系统映像包,勾选“在安装操作系统之前对目标计算机进行分区和格式化”,设置统一管理员密码。

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

设置加入域和指定权限账户。

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

选择configuration manager client upgrade 5.0。

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

配置状态迁移,设置将“用户设置保存在状态迁移点上”。

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

编辑任务序列。

这一步非常重要,我在部署过程中因为没有编辑任务序列而失败过一次。

我们都知道windows 7安装时,系统会分出一个隐藏分区,大小为100M。可以使用XP光盘来分区,将不会出现这个100M的隐藏分区。而windows 8的隐藏分区大小默认是350M。所以,如果不编辑任务序列将隐藏分区调整到大于300M的话,将无法安装Windows 8,会在应用卷的步骤报错。

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

部署任务序列。

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

设置部署集合。

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

设置控制部署方式为“可用”与“可供启动媒体和PXE使用”。

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

完成任务序列部署向导。

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

6. 域用户USMT登陆客户端Client3,运行任务序列。

软件中心提示有新的可用安装。

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

打开软件中心,可以看到有可用的任务序列“Windows 8.1 Pro”。点击“安装”。

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

点击“安装操作系统”。

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

开始捕获网络设置。

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

开始捕获用户文件和设置。

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

扫描用户文件和设置。

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

收集计算机的文件和设置。

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

下载启动映像包。

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

计算机重启计划。

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

计算机进入PE环境。

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

系统初始化硬件设备。

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

开始下载操作系统映像包。

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

将操作系统映像包应用到卷。

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

开始看到Windows 8启动界面。系统正在准备设备。

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

下载安装文件。

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

初始化configuration Manager客户端。

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

还原用户文件和设置。

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

下载用户文件和设置。

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

扫描计算机文件和设置。

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

应用计算机文件和设置。

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

进入登陆界面。使用USMT域用户登陆。

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

进入桌面,可以看出整个过程是成功的。

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

 

本文出自 “XuTonglin” 博客,请务必保留此出处http://xutonglin.blog.51cto.com/8549515/1369252

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列,布布扣,bubuko.com

SCCM 2012 LAB Part7. 在软件中心发布Windows 8任务序列

上一篇:photoshop超强合成在给自己烫衣服的长颈鹿


下一篇:HelloWorld详解