CustomizationSysprep
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 <a href="https://technet.microsoft.com/en-us/library/cc771830(v=ws.10).aspx"target="_blank">Performing Unattended Installations.
{
"_typeName": "string",
"guiUnattended": {
"_typeName": "string",
"password": {
"_typeName": "string",
"value": "string",
"plainText": false
},
"timeZone": 0,
"autoLogon": false,
"autoLogonCount": 0
},
"userData": {
"_typeName": "string",
"fullName": "string",
"orgName": "string",
"computerName": {
"_typeName": "string"
},
"productId": "string"
},
"guiRunOnce": {
"_typeName": "string",
"commandList": [
"string"
]
},
"identification": {
"_typeName": "string",
"joinWorkgroup": "string",
"joinDomain": "string",
"domainAdmin": "string",
"domainAdminPassword": {
"_typeName": "string",
"value": "string",
"plainText": false
},
"domainOU": "string"
},
"licenseFilePrintData": {
"_typeName": "string",
"autoMode": "string",
"autoUsers": 0
}
}
The GuiUnattended type maps to the GuiUnattended key in the sysprep.xml
answer file.
These values are plugged directly into the sysprep.xml
file that VirtualCenter stores on the target virtual disk. For more detailed information, see <a href="https://technet.microsoft.com/en-us/library/cc771830(v=ws.10).aspx"target="_blank">Performing Unattended Installations.
Personal data pertaining to the owner of the virtual machine.
The UserData data object type maps to the UserData key in the sysprep.xml
answer file. These values are transferred directly into the sysprep.xml
file that VirtualCenter stores on the target virtual disk. For more detailed information, see <a href="https://technet.microsoft.com/en-us/library/cc771830(v=ws.10).aspx"target="_blank">Performing Unattended Installations.
The commands listed in the GuiRunOnce data object type are executed when a user logs on the first time after customization completes.
The logon may be driven by the AutoLogon setting.
The GuiRunOnce data object type maps to the GuiRunOnce key in the sysprep.xml
answer file. These values are transferred into the sysprep.xml
file that VirtualCenter stores on the target virtual disk. For more detailed information, see <a href="https://technet.microsoft.com/en-us/library/cc771830(v=ws.10).aspx"target="_blank">Performing Unattended Installations.
The Identification data object type provides information needed to join a workgroup or domain.
The Identification data object type maps to the Identification key in the sysprep.xml
answer file. These values are transferred into the sysprep.xml
file that VirtualCenter stores on the target virtual disk. For more detailed information, see <a href="https://technet.microsoft.com/en-us/library/cc771830(v=ws.10).aspx"target="_blank">Performing Unattended Installations.
The LicenseFilePrintData type maps directly to the LicenseFilePrintData key in the sysprep.xml
answer file.
These values are transferred into the sysprep.xml
file that VirtualCenter stores on the target virtual disk. For more detailed information, see <a href="https://technet.microsoft.com/en-us/library/cc771830(v=ws.10).aspx"target="_blank">Performing Unattended Installations. LicenseFilePrintData provides licensing information for Windows server operating systems.