我试图通过以下命令通过ESXi shell更改属性字段:
vmx -s attributes=new notes /vmfs/volumes/datastore1/VM/VM.vmx
但它不会改变属性,不会给我任何错误。 有什么指令可以做到吗?
我正在使用ESXi 5.0,
你可以使用PowerCLI来做到这一点。
Connect-VIServer esxihost.example.com Set-VM name-of-vm -Notes "Here are some notes"