VmGuestCustomizationSettings
{
"adminAutoLogonCount": 3,
"adminPassword": "sEcUrEpAsS",
"adminPasswordAuto": true,
"adminPasswordEnabled": true,
"changeSid": true,
"computerName": "workload-69",
"customizationScript": "echo 'hello world'",
"domainName": "workgroup",
"domainOrgUnit": "computers",
"domainUserName": "user1",
"domainUserPassword": "sEcUrEpAsS",
"enabled": true,
"joinDomainEnabled": true,
"resetPasswordRequired": true,
"useOrgSettings": true
}
Number of automatic logins for admin user.
If set the admin password will be changed explicitly
Whether to automatically generate admin password.
Whether to allow or disallow admin password use.
Whether to change SID.
VMware Cloud Director VM computer name.
bat/sh script to be run in the VM on power on.
Name of a domain to join.
Name of Windows domain Organization Unit.
User name for user to join a domain.
Password for user to join a domain.
Whether to use guest customization at all.
Whether to join a domain.
Whether to require resetting of password.
Whether to use organization settings.