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
|
FullName | String | named |
|
Specifies a full name for the organization that you want to create. |
required
|
Name | String | named |
|
Specifies a unique name identifier for the organization that you want to create. |
optional | Description | String | named |
|
Specifies a description for the organization that you want to create. |
optional | ProgressAction | ActionPreference | named |
|
|
optional | Server | 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.OrgExamples
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 creates a new organization.
This cmdlet removes the specified organization.
This cmdlet modifies the configuration of the specified organization.
OrgVdc
This cmdlet retrieves organization vDCs.
This cmdlet creates an organization virtual datacenter (vDC).
This cmdlet removes organization virtual datacenters (vDCs).
This cmdlet modifies the configuration of the specified organization virtual datacenter (vDC).
OrgVdcNetwork
This cmdlet retrieves organization vDC networks.
This cmdlet creates a new organization VDC network on a vCloud Director server.
This cmdlet deletes the specified organization VDC network.
This cmdlet modifies the configuration of the specified organization network.