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.

Verify that you are connected to a vCloud Director server.

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'