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

memlimtMB returns differenct things

$
0
0

I have a piece of like this

 

    $vms = Get-VM | sort-object name | select name, powerstate, host, MemoryMB, NumCpu, @{N="MemLimitMB"; E={$_ |

Get-VMResourceConfiguration | select $_.MemLimitMB }}, @{N="URL";E={$_.CustomFields["URL"]}}, Notes | convertto-

html > "C:\ProgramData\VMware\VMware VirtualCenter\docRoot\vmstatus.htm"

 

notice the "MemLimitMB" portion. However, the result is like this (totally different thing).

 

vmnamePoweredOffhostname20481CpuShares:Normal/1000 MemShares:Normal/20480https://xxxxxxxxxxxx

 

Anything wrong here?

 

Thanks a lot for the help


Viewing all articles
Browse latest Browse all 213099

Trending Articles



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