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

Re: Power off vm's

$
0
0

If you require help in writing the script, then I would suggest to look at powercli scripts here and a simple script here

$vms = Import-CSV PowereredOnVMGuests.csv
foreach ($vm in $vms)
{
     Stop-VM $vm.Name
     sleep 5
}


Viewing all articles
Browse latest Browse all 244595

Trending Articles



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