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

Re: How to export into a CSV VMs that are powered on in a cluster

$
0
0

If you replace:

 

Get-VM

 

into:

 

Get-VM | Where-Object {$_.PowerState -eq "PoweredOn"}

 

then you will only get the vm's that are powered on.


Viewing all articles
Browse latest Browse all 228891


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