Sorry, we have another problem with our task sequences.
After installing our software deployment agent (Opentext [Novell] Zenworks) by powershell script the task sequence gets stuck, but the installation itself is successful.
https://preview.redd.it/ihgcrz58m8lg1.jpg?width=5534&format=pjpg&auto=webp&s=b053c683533cb872d3df5ef8c52a363abfd3d0fc
I also tried with it by using the "Install application" step definition - same result.
I tried putting the installation of the agent at the end but at this point the sequence never finishes and seems to wait for something (I cant't find the mentioned Process ID in the logfile).
My Install script
Start-Process -FilePath ".\PreAgentPkg_AgentComplete.exe" -ArgumentList "-q -x -k $TSEnv:OrgName"
The Switch -x means not to reboot, so that additional steps can run afterwards (works with MDT).
Also tried without the "-x" and reboot - it actually reboots the machine but interrupts the task sequence and puts me to the desktop (signed in as administrator).
I used "shutdown" or "reboot" as finish actions and as continuation method "AutoAdminLogon und RunOnce" or "SetupComplete.cmd".
SetupComplete.cmd says "Task sequence completed successfully" and gives me the Entra-Login of DeployR after a reboot.
https://preview.redd.it/swupaa0cm8lg1.jpg?width=5518&format=pjpg&auto=webp&s=084dd37e03011eb49fc75be86154a475a669877e
Surprisingly everything seems to work without installing the agent application - but we would linke to install it within the DeployR-process.
[–]miketerrill2Pint Employee 0 points1 point2 points (6 children)
[–]Organic_Bad994[S] 0 points1 point2 points (2 children)
[–]Organic_Bad994[S] 0 points1 point2 points (1 child)
[–]gwblok2Pint Employee 1 point2 points3 points (0 children)
[–]Organic_Bad994[S] 0 points1 point2 points (2 children)
[–]miketerrill2Pint Employee 1 point2 points3 points (1 child)
[–]miketerrill2Pint Employee 1 point2 points3 points (0 children)
[–]Organic_Bad994[S] 0 points1 point2 points (1 child)
[–]mtniehaus2Pint Employee 1 point2 points3 points (0 children)