Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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