Skip to content

Instantly share code, notes, and snippets.

@vmwarecode
Created May 17, 2016 21:08
Show Gist options
  • Select an option

  • Save vmwarecode/7f230758edb30eb28b850ed5030c64ba to your computer and use it in GitHub Desktop.

Select an option

Save vmwarecode/7f230758edb30eb28b850ed5030c64ba to your computer and use it in GitHub Desktop.
Auto provision IO Analyzer Workloads
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