mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-15 02:13:43 +00:00
misc updates
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 95 KiB After Width: | Height: | Size: 95 KiB |
@ -8,7 +8,7 @@ ms.pagetype: deploy
|
||||
author: greg-lindsay
|
||||
---
|
||||
|
||||
# Deploy Windows 10 in a test lab
|
||||
# Step by step guide: Demonstrate Windows 10 deployment in a test lab
|
||||
|
||||
**Applies to**
|
||||
|
||||
@ -36,8 +36,8 @@ This guide provides instructions for configuring a test lab to be used as a proo
|
||||
</tr>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>[Windows 10 deployment PoC guides](#windows-10-poc-guides)</td>
|
||||
<td>A list of guides providing step by step instructions to deploy Windows 10 in the PoC environment.</td>
|
||||
<td>[Step by step: Deploy Windows 10](#windows-10-poc-guides)</td>
|
||||
<td>Child topics that provide step by step instructions to deploy Windows 10 using the PoC environment.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
@ -64,12 +64,17 @@ Two computers are required to complete this guide:
|
||||
<tr>
|
||||
<td BGCOLOR="#a0e4fa">OS</td>
|
||||
<td>Windows 8/8.1/10 or Windows Server 2012/2012 R2/2016</td>
|
||||
<td>Windows 7 or a later*</td>
|
||||
<td>Windows 7 or a later</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td BGCOLOR="#a0e4fa">Edition</td>
|
||||
<td>Enterprise, Professional, or Education</td>
|
||||
<td>Any</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td BGCOLOR="#a0e4fa">Architecture</td>
|
||||
<td>64-bit</td>
|
||||
<td>Any</td>
|
||||
<td>Any*</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td BGCOLOR="#a0e4fa">RAM</td>
|
||||
@ -93,23 +98,22 @@ Two computers are required to complete this guide:
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
**Note**:
|
||||
>Retaining applications and settings during the upgrade process requires that architecture (32 or 64-bit) is the same before and after the upgrade.
|
||||
>*Retaining applications and settings during the upgrade process requires that architecture (32 or 64-bit) is the same before and after the upgrade.
|
||||
|
||||
## Lab setup
|
||||
|
||||
The Hyper-V host computer is configured to host four VMs on a private, proof of concept network.
|
||||
The Hyper-V host computer is configured to host four VMs on a private, proof of concept network. Links are provided to download trial versions of Windows Server 2012 and all deployment tools necessary to complete the lab.
|
||||
- Two VMs are running Windows Server 2012 R2 with required network services and tools installed.
|
||||
- Two VMs are client systems: One VM is intended to mirror a host on your corporate network; one VM is running Windows 10 to demonstrate the hardware replacement scenario.
|
||||
- Two VMs are client systems: One VM is intended to mirror a host on your corporate network and one VM is running Windows 10 to demonstrate the hardware replacement scenario.
|
||||
|
||||
Links are provided to download trial versions of Windows Server 2012 and all deployment tools necessary to complete the lab. See the following diagram:
|
||||
See the following diagram:
|
||||
|
||||

|
||||
|
||||
**Note**:
|
||||
>If you have an existing Hyper-V host, you can use this host if desired and skip the Hyper-V installation section in this guide. If your Hyper-V host is running Windows Server 2008 R2, you must enable PowerShell functionality to complete the steps in this guide.
|
||||
|
||||
>The two Windows Server VMs can be combined into a single VM to conserve RAM and disk space if required. However, instructions in this guide assume two server systems are used.
|
||||
>The two Windows Server VMs can be combined into a single VM to conserve RAM and disk space if required. However, instructions in this guide assume two server systems are used. Using two servers enables Active Directory Domain Services and DHCP to be installed on a server that is not directly connected to the corporate network. This mitigates the risk of clients on the corporate network receiving DHCP leases from the PoC network (i.e. "rogue" DHCP), and limits NETBIOS service broadcasts to the corporate network.
|
||||
|
||||
## Configure the PoC environment
|
||||
|
||||
@ -125,28 +129,43 @@ Links are provided to download trial versions of Windows Server 2012 and all dep
|
||||
|
||||
Use one of the following procedures to install Hyper-V on the Hyper-V host computer:
|
||||
|
||||
[Install Hyper-V on a computer running Windows 8/8.1/10](#to-install-hyper-v-on-a-computer-running-windows-8-8-1-10)<BR>
|
||||
[Install Hyper-V on a computer running Windows Server 2012/2012 R2/2016](#to-install-hyper-v-on-a-computer-running-windows-server-2012-2012-r2-2016)
|
||||
- [Install Hyper-V on a computer running Windows 8/8.1/10](#to-install-hyper-v-on-a-computer-running-windows-8-8-1-10)<BR>
|
||||
- [Install Hyper-V on a computer running Windows Server 2012/2012 R2/2016](#to-install-hyper-v-on-a-computer-running-windows-server-2012-2012-r2-2016)
|
||||
|
||||
####To install Hyper-V on a computer running Windows 8/8.1/10
|
||||
|
||||
Starting with Windows 8, the host computer’s microprocessor must support second level address translation (SLAT) to install Hyper-V. See [Hyper-V: List of SLAT-Capable CPUs for Hosts](http://social.technet.microsoft.com/wiki/contents/articles/1401.hyper-v-list-of-slat-capable-cpus-for-hosts.aspx) for more information.
|
||||
1. Verify that the computer supports Hyper-V.
|
||||
|
||||
If your processor supports SLAT Hyper-V Manager is already included in Windows under Programs and Features.
|
||||
Starting with Windows 8, the host computer’s microprocessor must support second level address translation (SLAT) to install Hyper-V. See [Hyper-V: List of SLAT-Capable CPUs for Hosts](http://social.technet.microsoft.com/wiki/contents/articles/1401.hyper-v-list-of-slat-capable-cpus-for-hosts.aspx) for more information. To verify your computer supports SLAT, open an administrator command prompt, type systeminfo, press ENTER, and review the section displayed at the bottom of the output, next to Hyper-V Requirements.
|
||||
|
||||
See the following example:
|
||||
|
||||
```
|
||||
C:\>systeminfo
|
||||
...
|
||||
Hyper-V Requirements: VM Monitor Mode Extensions: Yes
|
||||
Virtualization Enabled In Firmware: Yes
|
||||
Second Level Address Translation: Yes
|
||||
Data Execution Prevention Available: Yes
|
||||
```
|
||||
In this example, the computer supports SLAT and Hyper-V.
|
||||
|
||||
If one or more requirements are evaluated as "No" then the computer does not support installing Hyper-V. However, if only the virtualization setting is incompatible, you might be able to enable virtualization in the BIOS and change the "Virtualization Enabled In Firmware" setting from "No" to "Yes." The location of this setting will depend on the manufacturer and BIOS version, but is typically found associated with the BIOS security settings.
|
||||
|
||||

|
||||
Note: A 64-bit operating system is requried to run Hyper-V.
|
||||
|
||||
Note If you installed a 32-bit version of Windows, you won’t be able to create and manage local virtual machines. To fully manage virtual machines by using the host computer, you must install the 64-bit version of Windows 8.1 or Windows 8.
|
||||
2. Enable Hyper-V.
|
||||
|
||||
The Hyper-V feature is not installed by default in Windows 8. To get it, you can use the following Windows PowerShell command:
|
||||
The Hyper-V feature is not installed by default. To get it, open an elevated Windows PowerShell window and type the following command:
|
||||
|
||||
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V –All
|
||||
|
||||
You can also install it via the Control Panel in Windows under Turn Windows features on or off, as shown here:
|
||||
|
||||
**Important** If you know that your processor supports SLAT, but you still get an error message that states Hyper-V cannot be installed, you might need to enable virtualization in the BIOS. The location of this setting will depend on the manufacturer and BIOS version. The following image shows an example of the required settings (under Security) in a Hewlett-Packard BIOS for an Intel processor:
|
||||
|
||||

|
||||
```
|
||||
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V –All
|
||||
```
|
||||
When you are prompted to restart the computer, choose Yes. The computer might restart more than once.
|
||||
|
||||
You can also install Hyper-V using the Control Panel in Windows, under Turn Windows features on or off, as shown below:
|
||||
|
||||

|
||||
|
||||
####To install Hyper-V on a computer running Windows Server 2012/2012 R2/2016
|
||||
|
||||
|
Reference in New Issue
Block a user