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:

Get-VMMemory * | Out-GridView

(Check the results for “DynamicMemoryEnabled” as “True.”)