ArrayOfCustomizationSysprep
ArrayOfCustomizationSysprep
A boxed array of CustomizationSysprep. To be used in Any placeholders.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"_value": [
{
"_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
}
}
]
}