Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 197835

Re: How to get VM settings details using power cli?

$
0
0

Thread moved to the PowerCLI community.

 

The following will list all your VMs and show  their name, HW memory allocation and the resource allocatyion memory limit.

If that last property shows -1 that means there is no limit.

 

Get-VM|
SelectName,MemoryGB,
@
{n="Resource Limit";E={Get-VMResourceConfiguration-VM$_|Select-ExpandPropertyMemLimitGB}}

Viewing all articles
Browse latest Browse all 197835

Latest Images

Trending Articles



Latest Images

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