diff --git a/windows/deploy/windows-10-poc-mdt.md b/windows/deploy/windows-10-poc-mdt.md index 68dc947c1f..d729eb8663 100644 --- a/windows/deploy/windows-10-poc-mdt.md +++ b/windows/deploy/windows-10-poc-mdt.md @@ -8,6 +8,20 @@ ms.pagetype: deploy author: greg-lindsay --- + + # Deploy Windows 10 in a test lab using Microsoft Deployment Toolkit **Applies to** @@ -208,13 +222,16 @@ 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: - ``` + +
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-VMDvdDrive -VMName REFW10X64-001 -Path c:\VHD\LiteTouchPE_x86.iso Start-VM REFW10X64-001 vmconnect localhost REFW10X64-001 - ``` ++ + The VM will require a few minutes to prepare devices and boot from the LiteTouchPE_x86.iso file.