diff --git a/playbook/startnet.cmd b/playbook/startnet.cmd index 20ccc72..752cfec 100644 --- a/playbook/startnet.cmd +++ b/playbook/startnet.cmd @@ -447,6 +447,9 @@ REM re-pulls the shopfloor-setup tree + preinstall bundle at first logon on a REM FRESH mount. The unattend FirstLogonCommands runs it before the PowerShell 7 REM MSI + Run-ShopfloorSetup. Stage the script + its source coords here. robocopy "Y:\shopfloor-setup" "W:\Enrollment" "Fetch-StagingPayload.ps1" /R:1 /W:1 /NFL /NDL /NJH /NJS +REM Stage the staging self-heal directly too, so the unattend Order 5 heal step +REM runs even if Fetch-StagingPayload itself did not land. Small, reliable copy. +robocopy "Y:\shopfloor-setup" "W:\Enrollment" "Verify-And-Heal-Staging.ps1" /R:1 /W:1 /NFL /NDL /NJH /NJS > W:\Enrollment\fetch-source.txt ( echo \\172.16.9.1\enrollment echo pxe-upload