Milla´s Blog

Solving problems invented by others...
Milla´s Blog

My journey to automate vCloud Director with PowerShell – part #11: create a vm from template

Now that finally all the setup is done, i want to create my first vm.Fortunately this time PowerCLI has all the features i need to accomplish this task. To create a new vApp from a template i could use the New-CIVApp commandlet. (https://code.vmware.com/docs/11794/cmdlet-reference/doc/New-CIVApp.html) After the vApp has been created, i …