how to push vm into bios next boot

push vm into bios next boot

var spec = new VcVirtualMachineConfigSpec() ;
spec.bootOptions= new VcVirtualMachineBootOptions() ;
spec.bootOptions.enterBIOSSetup = true;

task=vcvm.reconfigVM_Task(spec);

Comments

Popular posts from this blog

Creating Snapshots for Unmanaged VMs in Aria Automation (vRealize Automation)

Bulk import security policies into Palo Alto Networks firewalls

Automating Tag Creation & Assignment to VMs with vRA + vRO