Configuration Json
Every time AutopilotOOBE is run, it automatically creates a Configuration Json in the following location, so once you have your Parameters sorted out, save the file
$env:TEMP\OSDeploy.AutopilotOOBE.json

OSDeploy.AutopilotOOBE.json
Here is what the contents looks like
{
"Assign": {
"IsPresent": true
},
"AssignedUserExample": "[email protected]",
"AssignedComputerNameExample": "Azure AD Join Only",
"GroupTag": "Enterprise",
"GroupTagOptions": [
"Development",
"Enterprise"
],
"Hidden": [
"AddToGroup",
"AssignedComputerName",
"AssignedUser",
"PostAction"
],
"PostAction": "Quit",
"Run": "NetworkingWireless",
"Docs": "https://autopilotoobe.osdeploy.com/",
"Title": "OSDeploy Autopilot Registration"
}
ProgramData
The Configuration Json can be saved in the following location
$env:ProgramData\OSDeploy\OSDeploy.AutopilotOOBE.json
Now every time AutopilotOOBE is run, all of my captured settings will be applied automatically

Sponsors
Last updated
Was this helpful?