Question

BOOT configuration CMDLET for VM creation


Hello comunity, i need info if these cmdlets are updated or there is new cmdlets for booting configuration?

i am preparing boot configuration for deploying VM with UEFI and SATA combination but those cmdlets are not working for me. I am using latest cmdlets downloaded directly from the Prism Element.

$boot=New-NutanixObject BootConfig
$boot.uefi_boot=$true
$boot.secure_boot=$false
$boot.boot_device_type='DISK'
$boot.disk_address=$diskAddress

Those line are throwing errors…
Thanks and regards


This topic has been closed for comments