< # .SYNOPSIS This script displays the virtual Memory assigned to Hyper-V VMs on a given host. .DESCRIPTION This script uses The Hyper-V module from Codeplex to first get all the VMs on a given server, then display the memory allocated to each VM. ...