In Hyper-V, compute is the central component. After all, what good is a hypervisor if you are not using it to run virtual machines? This recipe will show you the necessary cmdlets to create compute workloads, enable nested virtualization, and provide value to your internal customers.
Provisioning compute resources in Hyper-V
Getting ready
Install and start PowerShell Core. Finish the Storage in Hyper-V recipe.
How to do it...
Let's perform the following steps:
- First of all, explore the necessary cmdlets using the Get-Command code.
- With one of the disks from Provisioning...