I am deleting VM from this command
import-csv -path csvfile | select-Expandproperty VM | % { remove-vm -VM $_ -DeletePermanately -confirm:$false }
This is taking a long time. one by one. Is there way to speed this up and get verbose loggging and log to file?