Remove-OrgNetwork
This cmdlet deletes the specified organization network. Note: This cmdlet is only available to Provider Administrators.
Syntax
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
required |
|
OrgNetwork[] | named |
|
Specifies the organization network that you want to remove. | optional |
|
SwitchParameter | named |
|
Indicates that the command returns immediately without waiting for the task to complete. In this mode, the output of the cmdlet is a Task object. For more information about the RunAsync parameter run "help About_RunAsync" in the VMware PowerCLI console. | optional |
|
CIServer[] | named |
|
Specifies the cloud servers on which you want to run the cmdlet. If no value is given to this parameter, the command runs on the default servers. For more information about default servers, see the description of Connect-CIServer. |
Output
Examples
Example 1
Get-OrgNetwork -Name 'MyOrgNetwork' | Remove-OrgNetwork
Removes the specified organization network.
Example 2
Get-OrgNetwork -Name 'MyOrgNetwork' | Remove-OrgNetwork -RunAsync
Removes the specified organization network asynchronously.
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.
OrgNetwork
This cmdlet retrieves cloud organization networks.
This cmdlet modifies the configuration of the specified organization network.
This cmdlet deletes the specified organization network.
This cmdlet creates a new organization network on a vCloud Director server.
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.