hi all,
I tryed to rename a EdgeRouter (NSX) via PowerCLI with this code:
Set-VM OLDNAME -VM 'NEWNAME' -Confirm:$false
But,the following error occurs:
set-vm : 2019/09/18 12:12:22 Set-VM The method is disabled by 'vShield_SVM'
+ set-vm AO-AEC-TEST-AECPFM-RT-0 -name '000001-TEST-AECPFM-RT-0'
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Set-VM], MethodDisabled
+ FullyQualifiedErrorId : Client20_VmServiceImpl_NewVM_ViError,VMware.VimAutomation.ViCore.Cmdlets.Commands.SetVM
thank's