What would be the equivalent command to run on the ESXi server console to set an new advanced setting for a VM Option on a VM as below?
New-AdvancedSetting -Entity $vm -Name svga.enableScreenDMA -Value TRUE -Force
I'll just install PowerCli for Linux. I'd still like to know what the equivalent command would be.