PowerCLI Script to Get Number of CPUs, RAM and Provisioned HDD Size

The following script looks at particular folder (finance) on a vCenter Server then for each VM gets the number of CPUs, memory in GB and calculates the combined size of all HDDs. This is then exported to a csv file.   Connect-VIServer -Server {hostname} -User {username} -Password {password} Get-Folder 'Finance' | Get-VM | Sort Name -descending| Select-Object Read More…

Connect to vCloud Director Instance using SSL VPN

This post follows on from how to create SSL VPN users for a vCloud Director deployment:  http://www.jordansphere.co.uk/create-ssl-vpn…ector-instance/   To connect to your vShield Edge using an  SSL VPN client you'll need to firstly login to the portal via https://{external-ip-of-edge-gateway}:8443   When logged in select the  Full Access tab then click Default (which was created earlier)   This brings up a download page. Read More…