You can connect to a vCloud Air compute instance and get access to the compute instance's inventory to retrieve vApps.

Verify that you are connected to a vCloud Air server.

1

Get the compute instance that you want to connect to.

$computeInstance = Get-PIComputeInstanceRegion 'MyRegion'
2

Connect to the compute instance.

Connect-PIComputeInstancePIComputeInstance $computeInstance
3

Retrieve all vApps that are inside the compute instance.

Get-PIVApp