My journey to automate vCloud Director with PowerShell – part #3 : create an organization
create an organization To create an organization you can use the commandlet New-Org (https://code.vmware.com/docs/11794/cmdlet-reference/doc/New-Org.html). It provides some basic parameters for the organization. What I missed here is the ability to set the policy settings of the organization. For example the vApp and vApp template leases.But I found that if …