Windows PowerShell Specification

# Notes: The script only creates VMs on a single host. To create VMs on multiple hosts # run multiple instances of the script from a batch file or create an outer loop. # The LocalVMStorage path and networks must exist or the script fails. I have # not added any data validation checks to the script. ................
................