My journey to automate vCloud Director with PowerShell – part #6 : create an edge gateway
At first, i searched if there is a commandlet for creating an edge. Sadly the only edge commandlet I got was Get-EdgeGateway. So I had to find another way.Following the UI, an edge is created inside an OrgVDC. Therefore I searched for a method in the OrgVDC object. Easily I …