Posted in
Virtual Machine Manager,
Windows Powershell |
1 Comment | 2,206 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 |
Get-VM | Where DynamicMemoryEnabled -eq $True | ft Name, Cloud
That will give you name of the virtual machine and cloud information.