Connecting direct to an Org in vCloud with PowerCLi

I found it quite risky to connect to a vCloud instance as a SysAdmin and perform calls to a specific Org and ensure not to touch other orgs by a simple typo in my commands.

Use the following command to connect via PowerCLi direct to an org in vCD.

Connect-CIServer -Org WWW -Server XXX -Username YYY -password ‘ZZZ’

You may also like