Data Object - CustomizationSysprep(vim.vm.customization.Sysprep)

Extends
CustomizationIdentitySettings
See also
CustomizationGuiRunOnce, CustomizationGuiUnattended, CustomizationIdentification, CustomizationLicenseFilePrintData, CustomizationUserData

Data Object Description

An object representation of a Windows sysprep.xml answer file. The sysprep type encloses all the individual keys listed in a sysprep.xml file. For more detailed information, see Performing Unattended Installations.

Properties

Name Type Description
guiRunOnce*CustomizationGuiRunOnce

An object representation of the sysprep GuiRunOnce key.
guiUnattendedCustomizationGuiUnattended

An object representation of the sysprep GuiUnattended key.
identificationCustomizationIdentification

An object representation of the sysprep Identification key.
licenseFilePrintData*CustomizationLicenseFilePrintData

An object representation of the sysprep LicenseFilePrintData key. Required only for Windows 2000 Server and Windows Server 2003.
userDataCustomizationUserData

An object representation of the sysprep UserData key.
Properties inherited from CustomizationIdentitySettings
None
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition