- **Topic** |
- **Description** |
+ Topic |
+ Description |
+
+ [10 steps for pros](#10-steps-for-pros) |
+ A high level overview of the instructions provided in this guide. |
+
[Hardware and software requirements](#hardware-and-software-requirements) |
- Prerequisites to configure the test lab environment. |
+ Prerequisites to complete this guide. |
[Lab setup](#lab-setup) |
- A summary of the lab configuration. |
+ A summary of the PoC environment. |
[Configure the PoC environment](#configure-the-poc-environment) |
- Step by step instructions to configure the test lab environment. |
+ Step by step instructions to configure the PoC environment. |
[Step by step: Deploy Windows 10](#windows-10-poc-guides) |
- Instructions to deploy Windows 10 in the lab environment. |
+ Step by step instructions to deploy Windows 10 using the PoC environment. |
+## 10 steps for pros
+
+The following are 10 high-level steps you can use to complete this guide without detailed instruction.
+
+1. Configure an internal network on a Hyper-V host computer.
+2. Download a Windows Server evaluation VHD and copy it to create two VHDs for use in the lab.
+3. Convert a physical computer to VHD using the Disk2vhd utility.
+4. Download a Windows 10 evaluation .iso file.
+5. Download tools.
+6.
+
## Hardware and software requirements
-Two computers are required to complete this guide:
+One computer is required to complete the guide; two computers are recommended.
+
+If you do not use a client computer on your corporate network to clone and mirror in the POC environment, you can use an arbitrary VM to represent this computer.
- |
- **Computer 1** |
- **Computer 2** |
+ |
+ **Computer 1** (required) |
+ **Computer 2** (recommended) |
- Role |
+ Role |
Hyper-V host |
Client |
- Description |
+ Description |
This computer will run Hyper-V, the Hyper-V management tools, and the Hyper-V Windows PowerShell module. |
This computer is a test system on your corporate network that will be converted to a VHD. |
- OS |
- Windows 8/8.1/10 or Windows Server 2012/2012 R2/2016 |
+ OS |
+ Windows 8/8.1/10 or Windows Server 2008 R2/2012/2012 R2/2016* |
Windows 7 or a later |
- Edition |
+ Edition |
Enterprise, Professional, or Education |
Any |
- Architecture |
+ Architecture |
64-bit |
- Any* |
+ Any |
- RAM |
+ RAM |
8 GB RAM (16 GB recommended) |
Any |
- Disk |
+ Disk |
50 GB available hard disk space (100 GB recommended) |
Any |
- CPU |
+ CPU |
SLAT-Capable CPU |
Any |
- Network |
+ Network |
Internet connection |
Any |
->*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.
+
+*Hyper-V can be installed on a computer running Windows Server 2008 R2. However, the Windows PowerShell module for Hyper-V is not available on Windows Server 2008 R2. Steps to configure Hyper-V on Windows Server 2008 R2 using WMI are provided in [Appendix A: Configuring Hyper-V settings on 2008 R2](#appendix-a-configuring-hyper-v-on-windows-server-2008-r2).
+
+Note: The Hyper-V role cannot be installed on Windows 7 or earlier versions of Windows. You can host virtual machines (VMs) on Windows 7 with [Windows Virtual PC](https://www.microsoft.com/en-us/download/details.aspx?id=3702) however this guide does not support using Windows Virtual PC. Note: Server Manager and other role management tools can be installed on Windows 7 SP1 by installing the [Remote Server Administration Tools](https://www.microsoft.com/en-us/download/details.aspx?id=7887) (RSAT). The RSAT for Windows 7 enables you to manage a remote computer running Windows Server 2008 R2.
## Lab setup
@@ -120,8 +141,9 @@ See the following diagram:
### In this section
[Install Hyper-V](#install-hyper-v)