Simple VM reporting in vCloud with PowerCLI
Its clear that many people are having a challenge of not having a great view of VMs and their location in the organization. This is all due to the unique requirement of VMs to exist inside vApps in vCloud director, this can be solved with a Get-CIVM command,which returns information about your VMs, but still […]
Sharing vApps in vCloud with PowerCLI
Some times vCloud Directors give the organization users grainy control over the the level of access users have to vApps , this is all controlled through the the vCloud API and powerCLI. The code below takes vApps‘ current settings and allow the user to modify the vApp: # Get our required Objects $vapp = Get-CIVApp […]