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

Verify that you are connected to a vCloud Air server.

1

Get the data center that you want to connect to.

$datacenter = Get-PIDatacenterName 'MyDataCenter'
2

Connect to the data center.

Connect-PIDatacenterPIDatacenter $datacenter
3

Retrieve all vApps that are inside the data center.

Get-PIVApp