Currently scenario:
Read an xml file and Deploy VM's, Customize them and then invoke Installation.
The above process takes almost 25 minutes for each VM. So in a foreach loop if i have 4 VM's, it takes around 1.5 ~ 2 hours
Is there any way to perform the task in parallel and reduce the execution time.