PowerCLI

 View Only
  • 1.  Force a VM to enter BIOS setup screen on Power ON

    Posted Dec 22, 2010 04:21 PM

    Hi,

    I am trying to develop a script that can create VMs in bulk which are of customised configuration. Now I also want to force VM to enter BIOS setup when  Powered ON.

    The command Set-VMBiosSetup is not recognised in PowerCLI 4.1. Need to know which command can be used to achieve above mentioned setting.

    Can we use Set-VMStartPolicy ?



  • 2.  RE: Force a VM to enter BIOS setup screen on Power ON

    Posted Dec 22, 2010 04:35 PM

    I'm afraid that is not an option with the Set-VMStartPolicy cmdlet.

    But have a look at Force a VM to enter BIOS setup screen on next reboot



  • 3.  RE: Force a VM to enter BIOS setup screen on Power ON

    Posted Dec 23, 2010 02:16 PM

    Thanks Lucd,

    I had referred the code mentioned on the link provided by you before posting my query here. The code mentioned there had to be tweaked further to achieve the task.