Guest_UserData
The UserData structure specifies the personal data pertaining to the user of the Windows guest operating system. This structure 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 about performing unattended installation, check https://technet.microsoft.com/en-us/library/cc771830(v=ws.10).aspx
{
"computer_name": {
"type": "string",
"fixed_name": "string",
"prefix": "string"
},
"full_name": "string",
"organization": "string",
"product_key": "string"
}
The HostnameGenerator structure specifies various mechanisms of generating the hostname for the guest inside the virtual machine while customization.
Full name of the end user. Note that this is not the username but full name specified in "Firstname Lastname" format.
Name of the organization that owns the computer.
The product Key to use for activating Windows guest operating system.