mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-16 10:53:43 +00:00
.
This commit is contained in:
@ -223,32 +223,33 @@ A reference image serves as the foundation for Windows 10 devices in your organi
|
|||||||
26. Open a Windows PowerShell prompt on the Hyper-V host computer and type the following commands:
|
26. Open a Windows PowerShell prompt on the Hyper-V host computer and type the following commands:
|
||||||
|
|
||||||
|
|
||||||
<pre style="overflow-y: visible">
|
<pre style="overflow-y: visible">
|
||||||
New-VM –Name REFW10X64-001 -SwitchName poc-internal -NewVHDPath "c:\VHD\REFW10X64-001.vhdx" -NewVHDSizeBytes 60GB
|
New-VM -Name REFW10X64-001 -SwitchName poc-internal -NewVHDPath "c:\VHD\REFW10X64-001.vhdx" -NewVHDSizeBytes 60GB
|
||||||
Set-VMMemory -VMName REFW10X64-001 -DynamicMemoryEnabled $true -MinimumBytes 1024MB -MaximumBytes 1024MB -Buffer 20
|
Set-VMMemory -VMName REFW10X64-001 -DynamicMemoryEnabled $true -MinimumBytes 1024MB -MaximumBytes 1024MB -Buffer 20
|
||||||
Set-VMDvdDrive -VMName REFW10X64-001 -Path c:\VHD\LiteTouchPE_x86.iso
|
Set-VMDvdDrive -VMName REFW10X64-001 -Path c:\VHD\LiteTouchPE_x86.iso
|
||||||
Start-VM REFW10X64-001
|
Start-VM REFW10X64-001
|
||||||
vmconnect localhost REFW10X64-001
|
vmconnect localhost REFW10X64-001
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
The VM will require a few minutes to prepare devices and boot from the LiteTouchPE_x86.iso file.
|
The VM will require a few minutes to prepare devices and boot from the LiteTouchPE_x86.iso file.
|
||||||
|
|
||||||
27. In the Windows Deployment Wizard, select **Windows 10 Enterprise x64 Default Image**, and then click **Next**.
|
27. In the Windows Deployment Wizard, select **Windows 10 Enterprise x64 Default Image**, and then click **Next**.
|
||||||
|
|
||||||
28. Accept the default values on the Capture Image page, and click **Next**. Operating system installation will complete after 5 to 10 minutes, and then the VM will reboot automatically. Allow the system to boot normally (do not press a key). The process is fully automated.
|
28. Accept the default values on the Capture Image page, and click **Next**. Operating system installation will complete after 5 to 10 minutes, and then the VM will reboot automatically. Allow the system to boot normally (do not press a key). The process is fully automated.
|
||||||
|
|
||||||
Additional system restarts will occur to complete updating and preparing the operating system. Setup will complete the following procedures:
|
Additional system restarts will occur to complete updating and preparing the operating system. Setup will complete the following procedures:
|
||||||
|
|
||||||
- Install the Windows 10 Enterprise operating system.
|
- Install the Windows 10 Enterprise operating system.
|
||||||
- Install added applications, roles, and features.
|
- Install added applications, roles, and features.
|
||||||
- Update the operating system using Windows Update (or WSUS if optionally specified).
|
- Update the operating system using Windows Update (or WSUS if optionally specified).
|
||||||
- Stage Windows PE on the local disk.
|
- Stage Windows PE on the local disk.
|
||||||
- Run System Preparation (Sysprep) and reboot into Windows PE.
|
- Run System Preparation (Sysprep) and reboot into Windows PE.
|
||||||
- Capture the installation to a Windows Imaging (WIM) file.
|
- Capture the installation to a Windows Imaging (WIM) file.
|
||||||
- Turn off the virtual machine.
|
- Turn off the virtual machine.
|
||||||
|
|
||||||
|
|
||||||
This step requires from 30 minutes to 2 hours, depending on the speed of the Hyper-V host. After some time, you will have a Windows 10 Enterprise x64 image that is fully patched and has run through Sysprep. The image is located in the C:\MDTBuildLab\Captures folder on your deployment server (SRV1). The file name is **REFW10X64-001.wim**.
|
This step requires from 30 minutes to 2 hours, depending on the speed of the Hyper-V host. After some time, you will have a Windows 10 Enterprise x64 image that is fully patched and has run through Sysprep. The image is located in the C:\MDTBuildLab\Captures folder on your deployment server (SRV1). The file name is **REFW10X64-001.wim**.
|
||||||
|
|
||||||
|
|
||||||
## Deploy a Windows 10 image using MDT
|
## Deploy a Windows 10 image using MDT
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user