当前位置:网站首页>Sccm2012r2 network deployment reinstallation system
Sccm2012r2 network deployment reinstallation system
2022-07-25 19:20:00 【51CTO】
【 Abstract 】
Enterprise use sccm Network deployment operating system , For new computers , Format partition directly , The installation can be realized by injecting directly into the system , However, there are often systems in enterprises that need to reproduce the installation system , If the client system fails 、 Client system upgrade and so on , Such as reformatting partitions , User files need to be backed up , Otherwise, the data of the entire disk will be erased ; However, using this method to deploy the network is troublesome and it is easy to lose files due to forgetting to back up ;sccm Have use usmt Backup user data by data migration , But this method is to back up the user data to the server through the network , On the one hand, disk is needed to store backup files , On the other hand, you need to use the network to transfer a large number of files , The efficiency is not high ; In this paper, sccm Mode network deployment assigns the new system to the installed system disk to reinstall the system , Keep other disk data , Users only need to back up the system disk data to other drive letters to realize efficient reinstallation of the system .
【 Text 】
This paper introduces two ways , One is to directly configure and inject the system into the system disk ( More common ), The other is to format the system disk first , Then inject the system
Direct installation
stay SCCM in , Open the task system , Select the task of reinstalling the system, the task sequence of the system , take “ Diskette 0 Partition is disabled ”;

After disabling formatting partitions , Choose “ Application operating system ” Mission , At the job where you choose the location where you want to apply the operating system , choice “ Specific disk and partition operations ”, Select the disk where the system disk is located in the disk , Partition select the partition where the system is located ; The disk selected here 0, Partition 1; have access to diskpart Command to view the disk and partition where the system disk is located ; As shown in the figure below ;


All settings are complete , You can deploy the network , During deployment , During injection, all data in the selected disk partition will be erased in advance , Then inject into the system , The data of other drive letters will be preserved .
After formatting, install
because Microsoft windows10 The permission control of users is relatively detailed , Therefore, sometimes when the first method is used to reinstall the system , There will be 0x80070091 The error of , Check out the corresponding smsts.log journal , Found when applying the operating system , The data of some system disks cannot be erased, resulting in data on the system disk , As a result, the installation cannot proceed , Therefore, we need to use the second method to format the system disk before applying the operating system ;
Create... On the server share The folder and test.txt file , And share , Give everyone read and write access , stay test.txt Write the following information in the file
select disk 0 The disk on which the system is located
select partition 1 System partition
format FS=NTFS quick Perform quick formatting
stay SCCM in , Open the task system , Select the task of reinstalling the system, the task sequence of the system , New will share file clip Share tasks mapped to clients ( Run command line ); As shown below ;

When the addition is complete , Need to complete the mapping task , New run command line , Use diskpart command , Execute test file , Format the system disk ;

After the creation here , In the application operating system task , At the job where you choose the location where you want to apply the operating system , choice “ Next available formatted partition ”, As shown in the figure below :

All settings are complete , You can deploy the network , During deployment , Will first execute the command to format the system disk , Then inject the operating system .
边栏推荐
- How to analyze qiime2 after obtaining picrust2 results
- The finished product of wechat campus maintenance and repair applet graduation design (1) development outline
- 歌曲转调之后和弦如何转换
- modelsim和quartus联合仿真PLL FIFO等IP核
- Solve the problem that the win10 account has no administrator rights
- 小程序毕设作品之微信校园维修报修小程序毕业设计成品(8)毕业设计论文模板
- Pymoo learning (8):grades
- 【919. 完全二叉树插入器】
- 虹科分享|如何解决勒索软件安全漏洞
- Imeta | sangerbox: interactive integrated clinical information analysis platform
猜你喜欢

Hongmeng - Damiao computing Sketchpad - Introduction

Everyone can participate in the official launch of open source activities. We sincerely invite you to experience!

聊聊接口性能优化的11个小技巧

常用的开发软件下载地址

解决Win10账户没有了管理员权限

Based on easycv to reproduce Detr and dab-detr, the correct opening method of object query

Talk about 15 tips of SQL optimization

Pixel2mesh generates 3D meshes from a single RGB image eccv2018

基础乐理之音程的度数

Improvement of wechat applet 29 hot search list ②
随机推荐
How to create an effective help document?
Hongmeng - Damiao computing Sketchpad - Introduction
iMeta | Sangerbox: 交互式整合临床生信分析平台
小程序毕设作品之微信校园维修报修小程序毕业设计成品(5)任务书
常用的开发软件下载地址
HTTP cache tongtianpian, there may be something you want
Baklib: make excellent product instruction manual
Dynamic implementation of wechat applet 27 progress bar and static construction of search box and hot search list
哪吒 D1-H 测试 microbench
Korean AI team plagiarizes shock academia! One tutor with 51 students, or plagiarism recidivist
2022 IAA industry category development insight series report - phase II
Imeta | sangerbox: interactive integrated clinical information analysis platform
Clip can also do segmentation tasks? The University of Gottingen proposed a model clipseg that uses text and image prompt and can do three segmentation tasks at the same time, squeezing out the clip a
微信小程序 29 热搜榜的完善②
基于FPGA的1080P 60Hz BT1120接口调试过程记录
JS basic type reference type deep / shallow clone copy
Fearless of high temperature and rainstorm, how can Youfu network protect you from worry?
The finished product of wechat campus maintenance and repair applet graduation design (1) development outline
[open source project] stm32c8t6 + ADC signal acquisition + OLED waveform display
qt exec和show的区别