After the relevant components and configuration are set up, we need to refresh our console to build the Windows PE boot image and add it to the WDS boot image to complete the final operation of Windows 10 enterprise deployment. For a simple description of the x64\x86 two boot image, it is recommended to use X86PE if the Enterprise client operating system is a 32-bit operating system, and if 32-bit, 64-bit is present, it is recommended to use x86 PE (x86 support 64 OS boot deployment, in principle x64 bit does not support 32-bit deployment). So we recommend that you do more testing in your deployment.
First, update the console:
1. Right-click the MDT Deployment share console and select "Update Deployment share":
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/71/AC/wKiom1XWj-Li6nCoAALHuA-IXKc050.jpg "/>
2. Select the default "Optimize the boot image updating process" incremental update or "Completely regenerate the boot images" is fully updated and Next continues:
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/71/A9/wKioL1XWkfGQxa8gAAG90yD0hNY304.jpg "/>
3. Accept the default, click Next to continue:
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/71/AC/wKiom1XWj-LSbZIMAAEdBXnX9wo604.jpg "/>
4. Wait for the WIM creation to complete:
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/71/A9/wKioL1XWkfLhnVeVAAGyJqLTh1E485.jpg "/>
5. Click Finish to complete the creation:
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/71/AC/wKiom1XWj-KDDwE0AAJkcpGz4wI239.jpg "/>
6. At this point we check the Deploymentshare/boot directory to see the boot image information we just generated:
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/71/A9/wKioL1XWkfKza3g7AAH2z8Roce8042.jpg "/>
Second, add the boot image:
2.1. Open the Windows Deployment Services console, right-click the boot image and select "Add Boot image":
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/71/AC/wKiom1XWj-KC-8sbAAHDm3JnHUA837.jpg "/>
2.2, specify the location of the boot image file, here to x64 start PE as an example:
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/71/A9/wKioL1XWkfKD7DeAAAFvtLohlsE398.jpg "/>
2.3. Enter the boot image name and description:
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M02/71/AC/wKiom1XWkIeiZ4CaAADegd8T06I731.jpg "title=" Aaaaaaaaaaaaaaaaaaa.png "alt=" Wkiom1xwkieiz4caaadegd8t06i731.jpg "/>
2.4, confirm the summary information, the next step continues:
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/71/AC/wKiom1XWj-ii0WrrAAFXR2ExyX8789.jpg "/>
2.5. Click Finish to finish adding the boot image:
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/71/A9/wKioL1XWkfjDiB3PAADZmNIEeCg928.jpg "/>
2.6. After adding the boot image, the console display reads as follows:
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/71/AC/wKiom1XWj-jgZMFaAAGv8hUu2vw879.jpg "/>
Here Windows 10 Enterprise Batch deployment real-World blog post about server-side configuration is all done, next we need to bulk distribute the Windows 10 operating system on the client to verify. If there are deficiencies, please note that thanks for reading.
This article is from the "Heard" blog, please make sure to keep this source http://wenzhongxiang.blog.51cto.com/6370734/1686757
Windows 10 Enterprise Batch deployment refresh and add boot image