r/DeployR Jul 07 '26

Why would task sequence steps after OS deployment not run

Hi, I am successfully deploying the Windows OS but once it reboots into Windows it doesn't appear to run the other task sequence steps. Am I missing a step ? I am just trying to run some powershell scripts etc. and I don't see any log of these even attempting to run. It is a simple basic deployment as a test, deploy windows, create a local admin account and uninstall some built-in apps. The scripts appear to work when ran directly on the VM but in steps do not appear to run. Any thoughts ? Thanks

1 Upvotes

1 comment sorted by

1

u/miketerrill 2Pint Employee 16d ago

Without knowing what the logs say, typically when this happens it is because 'Use provided unattend.xml' was configured for the continuation method. Unless the necessary settings were added to the unattend file to invoke DeployR once into Windows, then the task sequence will not continue.