Hi,
Our existing task sequence to deploy is 1803 and I have duplicated it and injected 1903 win file.
I have updated winADK and WinPE.
When I image a machine using 1903 TS it throws error 0x0000001 after completion of all tasks and then it says deployment complete. one of the issues are it fails to join AD group.
Failed to delete registry value HKLM\Software\Microsoft\SMS\Task Sequence\Package. Error code 0x80070002
CScript Error: Can't find script engine "VBScript" for script "C:\_SMSTaskSequence\Packages\CHA0002B\JoinGroup.vbs".
Error Task Sequence Manager failed to execute task sequence. Code 0x80004005
Failed to run the action: Join AD Group.
Incorrect function. (Error: 00000001; Source: Windows) ---- I have tested my vscript and it works fine on my machine with the username and password that's injected in TS. but it doesn't work on new machines.
ProgramName = 'cscript.exe "JoinGroup.vbs"'
SwdAction = '0001'
Getting linked token
failed to get the linked token information. It may not be available. Error 1312
Any idea guys???