diff --git a/windows/deploy/windows-10-poc.md b/windows/deploy/windows-10-poc.md index e55c76e6f1..7e1f1f21f9 100644 --- a/windows/deploy/windows-10-poc.md +++ b/windows/deploy/windows-10-poc.md @@ -14,11 +14,15 @@ author: greg-lindsay - Windows 10 -
This guide provides step-by-step instructions for setting up a proof of concept (PoC) environment where you can test the tools and procedures necessary to deploy Windows 10. To complete this guide, you will need a Hyper-V capable computer running Windows 8.1 or later with 16GB of RAM. Detailed [requirements](#hardware-and-software-requirements) are provided below. You will also need to have a [Microsoft account](https://www.microsoft.com/account) to use for downloading evaluation software. The guide requires a minimum of about 3 hours to complete. +
This guide provides step-by-step instructions for IT administrators to set up a proof of concept (PoC) environment for testing the tools and procedures necessary to deploy Windows 10. The guide requires about 3 hours to complete. -The PoC enviroment is configured by using Hyper-V and requires a minimum amount of resources. Windows PowerShell commands are provided to set up the test lab quickly. Instructions to "type" Windows PowerShell commands provided in this guide can be typed, but in most cases the preferred method is to copy and paste these commands. If you are not familiar with Hyper-V, review the [terms](#appendix-d-terminology-in-this-guide) used in this guide before starting. +To complete this guide, you will need a Hyper-V capable computer running Windows 8.1 or later with 16GB of RAM. Detailed [requirements](#hardware-and-software-requirements) are provided below. You will also need to have a [Microsoft account](https://www.microsoft.com/account) to use for downloading evaluation software. -The guide contains detailed instructions for three general procedures: +The PoC enviroment is configured by using Hyper-V and requires a minimum amount of resources. Windows PowerShell commands are provided to set up the test lab quickly. Instructions to "type" Windows PowerShell commands provided in this guide can be typed, but in most cases the preferred method is to copy and paste these commands. If you are not familiar with Hyper-V, review the [terminology](#appendix-d-terminology-in-this-guide) used in this guide before starting. + +## In this guide + +This guide contains detailed instructions for three general procedures:
PS C:\> Get-WmiObject -Class Win32_DiskPartition | Select-Object -Property SystemName,Caption,Type -SystemName Caption Type ----------- ------- ---- -PC-X1 Disk #0, Partition #0 GPT: Unknown -PC-X1 Disk #0, Partition #1 GPT: System -PC-X1 Disk #0, Partition #2 GPT: Basic Data -PC-X1 Disk #0, Partition #3 GPT: Basic Data -PC-X1 Disk #0, Partition #4 GPT: Basic Data +SystemName Caption Type +---------- ------- ---- +PC-X1 Disk #0, Partition #0 GPT: Unknown +PC-X1 Disk #0, Partition #1 GPT: System +PC-X1 Disk #0, Partition #2 GPT: Basic Data +PC-X1 Disk #0, Partition #3 GPT: Basic Data +PC-X1 Disk #0, Partition #4 GPT: Basic Data PS C:\> Get-Disk -Number Friendly Name OperationalStatus Total Size Partition Style ------- ------------- ----------------- ---------- --------------- -0 INTEL SSDSCMMW240A3L Online 223.57 GB GPT +Number Friendly Name OperationalStatus Total Size Partition Style +------ ------------- ----------------- ---------- --------------- +0 INTEL SSDSCMMW240A3L Online 223.57 GB GPT**Choosing a VM generation**