PowerShell/CLI: “Foreach” loop with multiple arrays
问题 I have a PowerCLI script that powers off a VM, changes its memory and cpu, and then powers it back on. I've adapted the script to utilize variables. This all works perfectly. I'm now trying to modify the script to utilize arrays, in order to cycle through numerous VMs. The script portions that powers off and powers on the VMs works perfectly. The trouble I'm having is using variables from two arrays in a foreach loop. For each VM in $vm_name, I need to set the corresponding amount of memory