My journey to automate vCloud Director with PowerShell – part #4 : create an organization virtual datacenter

After creating an organization, the next part was to create an OrgVDC. With the help of the New-OrgVDC commandlet, it was not really difficult to create one. (https://code.vmware.com/docs/11794/cmdlet-reference/doc/New-OrgVdc.html) You just have add name and description and references to other objects which you can easily get. In the above example I …