### SCCM OSD 操作步骤及概念介绍 #### 一、SCCM OSD 概念简介 System Center Configuration Manager (SCCM) 是一款由微软提供的企业级系统管理工具,它提供了多种功能来帮助管理员进行桌面和服务器的配置管理。其中,操作系统部署(Operating System Deployment, OSD)是SCCM的一项核心功能,允许管理员自动化新计算机的操作系统安装过程,从而大大提高工作效率并减少手动配置的时间。 #### 二、SCCM OSD 捕捉操作系统的步骤 ##### 1. 捕捉任务序列(Capture with Task Sequence) 在SCCM中,通过创建一个特定的任务序列来实现对参考计算机上操作系统的捕捉,并将其转换为一个可供其他计算机使用的镜像。以下是具体的步骤: - **创建一个包**:首先需要创建一个包,这个包将用于安装额外的程序。 - **选择引导映像**:前往“操作系统部署”->“引导映像”,默认情况下,SCCM会创建两个引导映像,从中选择一个需要使用的映像。接着右击“分发点”,添加一个新的分发点。 - **添加操作系统安装包**:在“操作系统安装包”中右击“添加操作系统安装包”。在向导中输入`boot.wim`的路径,通常路径为`\\servername\sitecode\osd\boot\i386(or i64)\boot.wim`。点击下一步,在“常规”页面中输入包名和版本信息,完成整个向导,并为所创建的包添加一个分发点。 - **创建新的任务序列**:在“任务序列”中右击并选择“新建”和“任务序列”。 - **构建并捕捉操作系统映像**:在“创建新任务序列”页面,选择“构建并捕捉参考操作系统映像”,点击下一步。 - **选择引导映像**:在“任务序列信息”页面,点击“浏览”按钮,选择一个引导映像,点击确定后继续下一步。 - **安装Windows**:在“安装Windows”页面,点击“浏览”按钮,选择之前创建的操作系统安装包,点击确定后继续下一步。 - **配置网络**:在此页面可以指定加入工作组或域,点击确定后继续下一步。 - **安装SCCM客户端**:点击“浏览”按钮,选择一个包,该包通常包含SCCM客户端或其他需要安装的软件,点击确定后继续下一步。 - **捕捉映像**:按照默认设置点击下一步到“捕捉映像”页面,输入用于保存捕捉映像的网络路径,文件扩展名为`.wim`,然后输入域账户信息,点击下一步完成整个向导。 - **编辑任务序列**:返回到已创建的任务序列,右击并选择“编辑”。 - **加入域或工作组**:在编辑页面删除“构建参考机器”的步骤。在“捕捉参考机器”步骤中添加“加入域或工作组”项。 - **广告宣传任务序列**:右击任务序列,选择“广告宣传”。 ##### 2. 部署任务序列(Deployment with Task Sequence) 一旦成功捕捉了一个操作系统映像,就可以使用SCCM来部署该映像到其他计算机上。具体步骤如下: - **选择操作系统映像**:前往“操作系统映像”,在“数据源”页面输入之前捕捉的操作系统映像路径,完成向导。 - **添加分发点**:为操作系统映像添加一个分发点。 - **创建新的任务序列**:在“任务序列”中右击并选择“新建”和“任务序列”。 - **安装现有映像包**:在“创建新任务序列”页面,选择“安装现有的映像包”,点击下一步。 - **选择引导映像**:在“任务序列信息”页面,点击“浏览”按钮,选择一个引导映像,点击确定后继续下一步。 - **安装操作系统映像**:接下来,按照向导的提示继续完成安装操作系统映像的过程。 #### 三、SCCM OSD 使用结点功能介绍 除了上述基本的操作步骤外,SCCM还提供了丰富的结点功能,这些功能有助于更好地管理和监控OSD过程: - **分发点管理**:分发点是SCCM用来存储和分发软件的地方。通过管理分发点,可以确保软件包能够快速高效地传递给目标计算机。 - **状态消息和报告**:SCCM提供了详细的状态消息和报告功能,可以帮助管理员了解部署过程中的各种状态和问题。 - **任务序列变量**:任务序列支持使用变量,这使得在不同的部署环境中可以根据需求动态调整参数。 - **条件表达式**:任务序列还可以包含条件表达式,根据计算机的状态或属性执行不同的步骤。 SCCM OSD是一项强大的功能,通过其灵活的任务序列机制和丰富的结点功能,可以极大地提高操作系统部署的效率和可靠性。对于拥有大量计算机的企业来说,SCCM OSD无疑是一个不可或缺的工具。
1. Capture with task Sequence
1. Create a package, it is used to install additional program.
2. Go to ¡°Operating System Deployment¡± -> ¡°Boot Images¡±, expand it, by default, configMgr had create two Boot image, then choose the image that you will use, right click ¡°Distribution Points¡±, add a new distribution point.
3. Go to ¡°Operating System Install Packages¡±, right click ¡°Add Operating System install Package¡±.
4. On the Wizard, type the boot.wim path, typically, it is ¡°\\servername\sitecode\osd\boot\i386 (or i64)\boot.wim¡±. click next, on the ¡°General¡± page, type package name and version info, click next, finish the whole wizard. Add a distribution point to the package you had created.
5. Go to ¡°Task Sequence¡±, right click ¡°Task Sequence¡±, choose ¡°new¡± and ¡°Task Sequence¡±.
6. On the ¡°Create New Task Sequence¡± page, choose ¡°Build and capture a reference operation system image¡±, click next.
7. On the ¡°Task Sequence Information¡± page, click ¡°Browse¡¡± button, choose a Boot image, click OK, click next.
8. On the ¡°Install Windows¡± page, click ¡°Browse¡¡± button, choose the operating system install package, click OK, click next.
9. On the ¡°Configure Network¡±, you can choose a workgroup or join a domain, click OK, click next.
10. On the ¡°Install ConfigMgr¡±, click ¡°Browse¡¡± button, choose a package, click OK, click next.
11. click next by default setting to the ¡°Capture Image¡± page, type a network path that the capture image will save, the file extensions is WIM and type the domain account, then click next and finished the whole wizard.
12. Go the Task you had created, right click it and choose ¡°Edit¡±.
13. On the Editor page, delete ¡°Build the Reference Machine¡±. In the ¡°Capture the Reference Machine¡±, add a ¡°Join Domain or Workgroup¡± item.
14. On the ¡°Join Domain or Workgroup¡± page, choose the group you want. Click OK.
15. Right click the task, click ¡°Advertise¡±. Advertise the task.
2. Deployment with task Sequence
1. Go to ¡°Operating System Images¡±, on ¡°Data Source¡± page, type the image path that you had captured. Click next. Finished the wizard.
2. Add a distribution point to the image.
3. Go to ¡°Task Sequence¡±, right click ¡°Task Sequence¡±, choose ¡°new¡± and ¡°Task Sequence¡±.
4. On the ¡°Create New Task Sequence¡± page, choose ¡°install an existing image package¡±, click next.
5. On the ¡°Task Sequence Information¡± page, click ¡°Browse¡¡± button, choose a Boot image, click OK, click next.
6. On the ¡°Install Windows¡±, choose the ¡°Image Package¡± that you created for the ISO on ¡°Operating System Images¡±.
7. On the ¡°Configure Network¡±, choose Network you want.
8. On the ¡°Install the ConfigMgr client¡±, choose a package that you want to install on client
9. On the ¡°Configure State Migration¡±, choose a USMT package, if not, uncheck ¡°Capture user settings¡±
10. Click default next, finished wizard.
- 粉丝: 0
- 资源: 3
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助