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

Re: Moving 100+ VMs between Intel and AMD Clusters

$
0
0

The script uses a CSV file as input.

The Import-Csv cmdlet reads the file into variable $vms, then we loop through all the rows in $vms.

The $vm variable represents 1 row from the CSV file in the script.

And you address the different columns by using the columnname (tVMHost, tVLAN...) as the propertyname on the $vm variable.


Viewing all articles
Browse latest Browse all 232869

Trending Articles