CustomizationSysprep
An object representation of a Windows sysprep.xml
answer file.
The sysprep
type encloses all the individual keys listed in a sysprep.xml
file. For
more detailed information, see <a href="https://technet.microsoft.com/en-us/library/cc771830(v=ws.10).aspx"target="_blank">Performing Unattended Installations.
{
"_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
}
}
An object representation of the sysprep GuiUnattended key.
An object representation of the sysprep UserData key.
An object representation of the sysprep GuiRunOnce key.
An object representation of the sysprep Identification key.
An object representation of the sysprep LicenseFilePrintData key.
Required only for Windows 2000 Server and Windows Server 2003.