Data Object - CustomizationWinOptions(vim.vm.customization.WinOptions)

Extends
CustomizationOptions
See also
CustomizationSysprepRebootOption

Data Object Description

Optional operations supported by the customization process for Windows.

Properties

Name Type Description
changeSIDxsd:boolean

The customization process should modify the machine's security identifier (SID). For Vista OS, SID will always be modified.
deleteAccountsxsd:booleanDeprecated. As of VI API 2.5, this value is ignored. Removing user accounts during customization is no longer supported. To change the administrator password, set the administrator password to blank in the master vm. Sysprep will then be able to change the password to the one specified by the password.

If deleteAccounts is true, then all user accounts are removed from the system as part of the customization. Mini-setup creates a new Administrator account with a blank password.
reboot*CustomizationSysprepRebootOption

A value of type SysprepRebootOption specifying the action that should be taken after running sysprep. Defaults to "reboot".

Since VI API 2.5
Properties inherited from CustomizationOptions
None
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition