To generate
reports about organization vDC networks, you need to retrieve the respective
organization vDC networks. You can use search criteria to filter the results
returned by
Get-OrgVdcNetwork.
Prerequisites
Verify that you are connected to a vCloud
Director server.
Procedure
■
| Get all organization vDC
networks for the organization named
MyOrgVdc.
Get-OrgVdc -Name 'MyOrgVdc' | Get-OrgVdcNetwork
|
■
| Get the organization vDC
network that is named
MyOrgVdcNetwork.
Get-OrgVdc -Name 'MyOrgVdc' | Get-OrgVdcNetwork -Name 'MyOrgVdcNetwork'
|