Skip to content

Instantly share code, notes, and snippets.

@jonathanmedd
Created March 16, 2016 21:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonathanmedd/0476e75a3aa41a44e763 to your computer and use it in GitHub Desktop.
Save jonathanmedd/0476e75a3aa41a44e763 to your computer and use it in GitHub Desktop.
Create a vRA Tenant
PS C:\Users\jmedd> New-vRATenant -Name Tenant10 -Description "This is Tenant10" -URLName Tenant10 -ContactEmail admin.user@tenant10.local -ID Tenant10
Id : Tenant10
UrlName : Tenant10
Name : Tenant10
Description : This is Tenant10
ContactEmail : admin.user@tenant10.local
Password :
DefaultTenant : False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment