CustomizationUserData

CustomizationUserData
CustomizationUserData

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.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "fullName": "string",
    "orgName": "string",
    "computerName": {
        "_typeName": "string"
    },
    "productId": "string"
}
string
fullName
Required

User's full name.

string
orgName
Required

User's organization.

computerName
Required

A base object type for a virtual machine name that can be either fixed or auto-generated.

string
productId
Required

Microsoft Sysprep requires that a valid serial number be included in the answer file when mini-setup runs.

This serial number is ignored if the original guest operating system was installed using a volume-licensed CD.