Reading Time: < 1 minute
How can we quickly find out which of our VM Guests are using Dynamic Memory?
Using the Get-VMMemory cmdlet from an elevated Powershell Prompt:
1 |
Get-VMMemory * | Out-GridView |
(Check the results for “DynamicMemoryEnabled” as “True.”)