Royal TS and Royal Server are supporting the basic management of virtual machines in a vCenter or ESXi installation. This implementation is based on PowerCLI, a product of VMware which you need to install upfront on the machine where Royal TS or Royal Server is running.
So far, this installation was not straight forward, since you needed to have an account on vmware.com in order to download it and also find the correct/current version.
Starting with PowerCLI version 6.5.1 it is available in the PowerShell Gallery – finally!
Though there are some topics you need to be aware of:
C:\Program Files (x86)\VMware\Infrastructure\
Install-Module VMware.PowerCLI
C:\Program Files\WindowsPowerShell\Modules\VimAutomation.Core\<version-number>\
For more information see the VMware blogpost.
If Royal TS or Royal Server can not locate the VMware.Vim.dll automatically, point them manually to the new location.
Versions before 6.5.1 needed to be downloaded first from vmware.com and installed manually. A good overview of the different versions of PowerCLI can be found here.