Error message 0x80070005 is the most generic error code in SCCM world.
It is very important to investigate at which step the error message appears. Consider, before the Task Sequence can be found, during WinPE, while applying Windows, etc.
When
During WinPE startup, before the task sequence appears
Possible problem
Press F8 within WinPE
Then go to the following path:
X:\Windows\Temp\SMSTSLog\
Enter the following:
notepad smsts.log
Check the time and date in the bottom line of the log. If it does not match the current time and date, that may be the problem.
Possible solution
Press F8 within WinPE
Then enter the following command:
date
Press enter and enter the correct date in month/day/year format

Then enter the following command:
time
Press enter and type in the correct time in the format hour/minute/second.microsecond and press again enter.
