Running Show-ADTInstallationWelcome with -Silent makes all coming commands silent aswell

Hello everyone,

first of all, this might be a problem of understanding from my side.

In the past I liked using the -Silent switch with Show-ADTInstallationWelcome (or the v3 equivalent) to just silently kill apps (without showing deferrals, countdowns etc.).
But it seems that (now?) it does force the whole install session into silent mode and all following commandlets to not output anything aswell, like Show-ADTInstallationProgress - at least if none of the specified processes are running.
Is that expected behaviour? Is there any way around it?

Kind regards,

Luke

What command are you running the deployment? Also, have you added the below in the @adtsession variable

NoProcessDetection = $true
1 Like

I'm just running the Invoke.exe it without any additional Parameters, so everything Auto. NoProcessDetection sounds interesting, I will try it!

Looks like that did what I wanted, thanks!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.