在 esxi shell 中更改虚拟机 Notes 属性

在 esxi shell 中更改虚拟机 Notes 属性

我尝试使用以下命令通过 ESXi shell 更改属性字段:

vmx -s attributes=new notes /vmfs/volumes/datastore1/VM/VM.vmx  

但它不会改变属性,也不会给我任何错误。有没有什么命令可以做到这一点?

我正在使用 ESXi 5.0,

答案1

您可以使用电源命令行接口

Connect-VIServer esxihost.example.com
Set-VM name-of-vm -Notes "Here are some notes"

相关内容