Registering an Instantclone administrator using PowerCLI
Another question Sean Massey asked me if it is possible to register an instant clone domain administrator. This is possible using the instantcloneenginedomainadministrator service with the InstantCloneEngineDomainAdministrator_create method. This needs a spec with the following content: spec (vmware.hv.InstantCloneEngineDomainAdministratorSpec) base (vmware.hv.InstantCloneEngineDomainAdministratorBase) username (string) domain (domainid) password(vmware.hv.securestring) The password can be created using… Continue reading

