Quantcast
Viewing all articles
Browse latest Browse all 251313

Re: Change vcuuid

I may have figured out a solution after reading this pointer. By passing an empty string, the API appears to randomly generate its own instanceUuid. I used the following and it seemed to generate a new vc.uuid:

 

 

$spec=New-ObjectVMware.Vim.VirtualMachineConfigSpec

$spec.instanceUuid =  ''

$vm=Get-VM-Name$vmName

$vm.Extensiondata.ReconfigVM_Task($spec)


Viewing all articles
Browse latest Browse all 251313

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>