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

Re: How can i export list of windows VMs per hosts.

$
0
0

To get a list of only the Windows VM's per host you can use:

 

Get-VM | Where-Object {$_.Guest.OSFullName -like "*Windows*"} | Select-Object -Property Name,VMHost


Viewing all articles
Browse latest Browse all 236824

Trending Articles



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