I need to change the disk persistence of some VMs for patching and software updates. Any ideas how to go about this? I haven't found a straightfoward way to do this.
$process = import-csv need_maint.csv
$process | foreach-object {
$vm = $_.name | get-vm # assumes there is a Name column in the CSV
# the rest of your steps
}
Online access to the latest VMworld Sessions & Labs and online services.
Learn morePurchase credits to redeem training and consulting services online.
Buy Now