Hi,
Very new to SCCM and I am trying to fault find a task I have created. I am deploying a task with a few simple batch script operations that I have got working on one Windows 7 computer. There are 3 operations that are in the task sequence editor, added from 'Add' --- 'General' --- 'Run Command Line'
1. Is a simple file copy that works every time.
2. Incorporates 3 batch files and one vbs script in the task that deletes user profiles
3. Copies a file to C:\ - I added this as an indication that the task sequence managed to get to the end of the job.
I then went to test it on another computer and I am getting a generic failure error 0x4005 (16389). I can't seem to find anywhere in SCCM in terms of logging that gives some clearer indication of what is happening and where the operations got stuck.
Any help appreciated.