New-Org
This cmdlet creates a new organization. By default, the new organization is enabled. Note: This cmdlet is only available to Provider Administrators.
Syntax
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
required |
|
String | named |
|
Specifies a full name for the organization that you want to create. | required |
|
String | named |
|
Specifies a unique name identifier for the organization that you want to create. | optional |
|
String | named |
|
Specifies a description for the organization that you want to create. | optional |
|
CIServer | named |
|
Specifies the cloud servers on which you want to run the cmdlet. If no value is provided or $null value is passed to this parameter, the command runs on the default servers. For more information about default servers, see the description of Connect-CIServer. |
Output
VMware.VimAutomation.Cloud.Types.V1.Org
Examples
Example 1
$myOrgName = "MyOrg"
$myOrganization = New-Org -Name $myOrgName -FullName "MyOrgFullName" -Description "MyOrgDescription"
Creates a new organization with the specified full name and description.
Related Commands
Org
This cmdlet retrieves cloud organizations.
This cmdlet modifies the configuration of the specified organization.
This cmdlet removes the specified organization.
This cmdlet creates a new organization.
OrgVdc
This cmdlet retrieves organization vDCs.
This cmdlet modifies the configuration of the specified organization virtual datacenter (vDC).
This cmdlet removes organization virtual datacenters (vDCs).
This cmdlet creates an organization virtual datacenter (vDC).
OrgVdcNetwork
This cmdlet retrieves organization vDC networks.
This cmdlet modifies the configuration of the specified organization network.
This cmdlet deletes the specified organization VDC network.
This cmdlet creates a new organization VDC network on a vCloud Director server.