TS-Error on PC with only an USB flash drive, like software license dongles with no available disk space on it.
All examples TS’s stop with this error: The task sequence manager could not successfully complete execution of the task sequence. A failure exit code of 16389 was returned. The operating system reported error 2147942512: There is not enough space on the disk.
Example 1: 'Install Software Updates'
This is a native SCCM TS-Program. After windows updates are completely installed, computer should restart, but it does not.
Example 2: ‘Restart Computer’
This is also a native SCCM TS-Program. And here, the restart won’t kick in either.
Example 3: SCCM-Program with parameter ‘After running: ConfigMgr restarts computer’
Also here the restart is missing.
Add the two ‘Run Command Line’ TS-Steps below, right before the TS-step, where the computer should perform a restart.
devcon.exe remove USBSTOR\DISK*
CMD /C choice /T 10 /C 01 /D 0