You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,17 @@ Copy the client ID and Tenant ID and Secret values, and paste to "Settings.ps1"
35
35
36
36
Copy contents to root of Windows Installer USB drive.
37
37
38
-
Create SCCM/MDT task sequence and run script during Specialize pass (autunattend.xml)
38
+
Create SCCM/MDT task sequence and run script during Specialize pass in the autounattend.xml (see example fo the specialize secetion below or the autunattend.xml in this repo)
<Path>cmd /q /c "FOR %i IN (C D E F G H I J K L N M O P Q R S T U V W X Y Z) DO IF EXIST %i:\WindowsAutoPilotInfo.ps1 powershell -ExecutionPolicy Bypass -File %i:\WindowsAutoPilotInfo.ps1 -Settings %i:Settings.ps1"</Path>
45
+
<Description>Run AutoPilot script</Description>
46
+
</RunSynchronousCommand>
47
+
</RunSynchronous>
48
+
</component>
39
49
40
50
Boot installer. Windows should install and run the script to upload the device to AutoPilot.
0 commit comments