Quantcast
Channel: TechNet Blogs
Viewing all articles
Browse latest Browse all 17778

PowerTip: Use PowerShell to Find Virtual Machines Using Dynamic Memory

$
0
0

Summary: Use Windows PowerShell to find which virtual machines on Hyper-V is using dynamic memory.

Hey, Scripting Guy! Question How can I tell which of my virtual machines are running with dynamic memory ?

Hey, Scripting Guy! Answer Use the Get-VMMemory cmdlet:

GET-VMMemory -vmname "My Virtual Machine"

(Check the results for "DynamicMemoryEnabled" as "True.")

To check all virtual machines, the dynamic memory status, and the allocated RAM on the Hyper-V host, use:

GET-VM | GET-VMmemory


Viewing all articles
Browse latest Browse all 17778

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>