# List all virtual machines with state Get-VM | Format-Table Name, State, CPUUsage, MemoryAssigned
New-VM -Name "TestVM" -MemoryStartupBytes 2GB -Generation 2 Start a VM: Start-VM -Name "TestVM" ⚠️ Common Troubleshooting (Build 9600) windows nt 6.3 x64 -build 9600 - -hypervisor-
Last updated for Windows NT 6.3 x64 Build 9600 (Windows 8.1/Server 2012 R2 environment). # List all virtual machines with state Get-VM
: This indicates that the operating system is currently running on top of a hypervisor (such as Microsoft Hyper-V, VMware ESXi, or Xen), meaning it is a virtual machine rather than running directly on bare-metal hardware. Relevant Technical Resources windows nt 6.3 x64 -build 9600 - -hypervisor-