Test Search vSphere Web Services API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - CustomizationWinOptions(vim.vm.customization.WinOptions)
- Extends
- CustomizationOptions
- See also
- CustomizationSysprepRebootOption
- Since
- 2.0
Data Object Description
Optional operations supported by the customization process for Windows.Properties
Name | Type | Description |
---|---|---|
changeSID | xsd:boolean |
The customization process should modify the machine's security identifier (SID).
For Vista OS and greater, SID will always be modified and a value of false will
generate an error.
|
deleteAccounts | xsd:boolean |
Deprecated.
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 |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |