Hi Brian,
In powershell script script registerVcenter.ps1
Would it be possible to have the option to enable the GUI option "Use VM BIOS UUID to track virtual machines" ?
I believe it could be this parameter useVmBiosUuid
That's an option that can only be set when registering a vcenter and can't be modified afterward.
And we do require it in all our vcenters.
It would be great to have that option so we can fully automate our new Vcenter configurations
Hi Brian, In powershell script script registerVcenter.ps1 Would it be possible to have the option to enable the GUI option "Use VM BIOS UUID to track virtual machines" ?
I believe it could be this parameter useVmBiosUuid
https://developer.cohesity.com/apidocs/681-v2/#/http/api-endpoints/source/register-protection-source
That's an option that can only be set when registering a vcenter and can't be modified afterward. And we do require it in all our vcenters. It would be great to have that option so we can fully automate our new Vcenter configurations
Thank you!