Skip to content

Commit f65ace5

Browse files
committed
Acrolinx pass
1 parent a5a8ab1 commit f65ace5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

WindowsServerDocs/virtualization/hyper-v/get-started/Create-a-virtual-machine-in-Hyper-V.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 11/27/2025
1212

1313
Learn how to create a virtual machine by using Hyper-V Manager and Windows PowerShell and what options you have when you create a virtual machine in Hyper-V Manager.
1414

15-
## Prerquisites
15+
## Prerequisites
1616

1717
Before you create a virtual machine, make sure you have the following prerequisites:
1818

@@ -92,11 +92,11 @@ To create a virtual machine with Windows PowerShell using [New-VM](/powershell/m
9292
1. Use the [New-VM](/powershell/module/hyper-v/new-vm) cmdlet to create the virtual machine. See the following examples:
9393

9494
> [!NOTE]
95-
> If you move this virtual machine to a Hyper-V host that runs Windows Server 2012 R2, use the **-Version** parameter with **[New-VM](/powershell/module/hyper-v/new-vm)** to set the virtual machine configuration version to 5. The default virtual machine configuration version for Windows Server 2016 isn't supported by Windows Server 2012 R2 or earlier versions. You can't change the virtual machine configuration version after the virtual machine is created. For more information, see [Supported virtual machine configuration versions](../deploy/Upgrade-virtual-machine-version-in-Hyper-V-on-Windows-or-Windows-Server.md#supported-virtual-machine-configuration-versions).
95+
> Use the **-Version** parameter if you need to move this virtual machine to a host running an older Windows Server version. See [Supported virtual machine configuration versions](../deploy/Upgrade-virtual-machine-version-in-Hyper-V-on-Windows-or-Windows-Server.md#supported-virtual-machine-configuration-versions).
9696
9797
- **Existing virtual hard disk** - To create a virtual machine with an existing virtual hard disk, use the following command where,
9898
- **-Name** is the name that you provide for the virtual machine that you're creating.
99-
- **-MemoryStartupBytes** is the amount of memory that is available to the virtual machine at start up.
99+
- **-MemoryStartupBytes** is the amount of memory that's available to the virtual machine at startup.
100100
- **-BootDevice** is the device that the virtual machine boots to when it starts, like the network adapter (NetworkAdapter) or virtual hard disk (VHD).
101101
- **-VHDPath** is the path to the virtual machine disk that you want to use.
102102
- **-Path** is the path to store the virtual machine configuration files.

0 commit comments

Comments
 (0)