Created
May 17, 2016 21:08
-
-
Save vmwarecode/7f230758edb30eb28b850ed5030c64ba to your computer and use it in GitHub Desktop.
Auto provision IO Analyzer Workloads
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| connect-viserver <vCenter IP Address> | |
| 1..8 | Foreach {New-vm -vmhost <hostname> -Name io-analyzer-$_ -Template <template name> -Datastore <datastore name> -ResourcePool <resource pool name> -RunAsync} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment