CustomizationSysprepRebootOption_enum
CustomizationSysprepRebootOption_enum
A enum constant specifying what should be done to the guest vm after running sysprep.
Possible values:
reboot
: Reboot the machine after running sysprep.This will cause values specified in the sysprep.xml to be applied immediately.
noreboot
: Take no action.Leave the guest os running after running sysprep. This option can be used to look at values for debugging purposes after running sysprep.
shutdown
: Shutdown the machine after running sysprep.This puts the vm in a sealed state.
This data structure has no properties.
Enumeration: reboot, noreboot, shutdown,