It's possible to get the allocated space to vApps and vApp templates similar to the following :
Get-Org -Name "vCD-Org" | Get-Catalog -Name "vCD-CatalogName" | Get-CIVAppTemplate | select name, StorageUsedGB
I am looking to get the actual space consumed on disk for vApps and templates, however. Anyone have any idea of how to pull this off?
Thanks!