CustomizationSysprepRebootOption

CustomizationSysprepRebootOption
CustomizationSysprepRebootOption

A boxed CustomizationSysprepRebootOptionEnum. To be used in Any placeholders.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "_value": "string"
}
_value
Required

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.

Possible values are : reboot, noreboot, shutdown,