Hello,
This seems like a simple request but I cannot find the right syntax for it. I am trying to create a workflow that will enable/disable the VM option to automatically check VMtools on next reboot.
I can check to see what it currently is but cannot figure out how to change it.
var currentopt = vm.config.tools.toolsUpgradePolicy;
System.log ("currentopt = " + currentopt);
Any assistance will be helpful.
Thanks
B