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

Re: get-vm where statement to find windows with particular network

$
0
0

That would mean that the condition '$_.guest.osfullname -like "*windows*"' didn't return $true.

That could be caused by the VMware Tools not running.

Can you check with

Get-VM | Select Name,@{N="OS";E={$_.guest.osfullname}}

Since we use an -and, both conditions have to be $true !


Viewing all articles
Browse latest Browse all 197835

Trending Articles



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