search
Categories
Sponsors
VirtualMetric Hyper-V Monitoring, Hyper-V Reporting
Archive
Blogroll

Badges
MCSE
Community

Cozumpark Bilisim Portali
Posted in Virtual Machine Manager, Windows Powershell | 1 Comment | 2,201 views | 22/05/2014 11:44

You can get VMs with Dynamic Memory on SCVMM with following command:

Get-VM | Where DynamicMemoryEnabled -eq $True | ft Name, Cloud

That will give you name of the virtual machine and cloud information.