Seeing the maximum memory in a guest when configured with dynamic memory
One of the most commonly requested features from customers using dynamic memory was the ability to see within the guest what the maximum memory was configured for. So with Windows Server 2012 Hyper-V servers and with Windows Server 2012 or Windows 8 guests we added the maximum memory to the task manager.
-taylorb
Comments
- Anonymous
October 12, 2012
Here's the PowerShell version to view the information for all VMs: Get-VM | Format-Table Name,MemoryStartup,DynamicMemoryEnabled,MemoryMinimum,MemoryMaximum