I have a list of VM's in a .csv file and am importing that list into a script to update the VM tools and hardware for each VM. The script will attach the tools baseline, scan the vm, and then remediate each vm. My question is, if I have a list of 150 VM's that will need to have the tools and hardware updated and I run the script using -runasync will all those jobs try to run at once or will it reach a maximum and being queuing some of the processes. I'm just unsure if all 150 processes will try to run at once and bring the vCenter server to a crawl.
↧