Guest_UserData

Guest_UserData
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

JSON Example
{
    "computer_name": {
        "type": "string",
        "fixed_name": "string",
        "prefix": "string"
    },
    "full_name": "string",
    "organization": "string",
    "product_key": "string"
}
computer_name
Required

The HostnameGenerator structure specifies various mechanisms of generating the hostname for the guest inside the virtual machine while customization.

string
full_name
Required

Full name of the end user. Note that this is not the username but full name specified in "Firstname Lastname" format.

string
organization
Required

Name of the organization that owns the computer.

string
product_key
Required

The product Key to use for activating Windows guest operating system.