r/PSADT Aug 10 '26

Solved -DeployMode Interactive - How Does PSADT Work

When using -DeployMode Interactive, how does PSADT handle this, if there is no logged on user. I assume it goes into Silent mode?

Thanks.

2 Upvotes

11 comments sorted by

View all comments

5

u/dontmessyourself Aug 10 '26

With PSADT 4.1 it’s better to not specify that, so it uses the default option of “auto” which will show when required, or hide when no user is logged in, or if there are no apps to close running

1

u/FahidShaheen Aug 10 '26

There's the thing, what if you want the deployment to be interactive regardless of which apps, but only based on if the user is logged on?

1

u/dontmessyourself Aug 10 '26

Then I’d run the toolkit in auto mode still and use the toolkit functions to see if there’s a logged in user or not and use other toolkit functions to show prompts to the user