Hi,
The error message "Execution of task sequence failed. Element not found. (Error: 80070490)" typically indicates that there is an issue with the Task Sequence you are trying to execute during the capture process. This error can be caused by various factors, and troubleshooting it may involve checking your configuration and logs.
Here are some steps you can take to diagnose and potentially resolve this issue:
- Check the steps in your Task Sequence to ensure that all required steps are correctly configured and in the correct order. Make sure there are no missing or misplaced steps.
- Ensure that you have specified the correct source and destination for the captured image. Verify that the target location for the captured image exists and is accessible by the account running the Task Sequence.
- Check the log files for more detailed information about the error. The logs can provide valuable information about where the process failed. The main log file to look at is
smsts.log, which can be found in theC:\Windows\CCM\Logsdirectory on the target machine. You can also review the logs on the MDT server. - Verify that the account running the Task Sequence has the necessary permissions to access and write to the destination folder. It should have appropriate permissions for creating and writing to the capture destination.