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
Copy $env:TEMP\OSDeploy.AutopilotOOBE.json
OSDeploy.AutopilotOOBE.json
Copy {
"Assign": {
"IsPresent": true
},
"AssignedUserExample": "someone@example.com",
"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"
}
Copy $env:ProgramData\OSDeploy\OSDeploy.AutopilotOOBE.json
Now every time AutopilotOOBE is run, all of my captured settings will be applied automatically