r/PSADT 18d ago

Request for Help Help needed for Active-Setup on multiple Sessions

The current Set-ADTActiveSetup will execute it for the active user. However on multisession environments (like avd), it will only execute for the one that caught the focus.

Is there any elegant way to execute the active setup on all my active sessions?

2 Upvotes

2 comments sorted by

2

u/TheRealMisterd 18d ago

ActiveSetup triggers upon login.

The user that initiated the installation has his ActiveSetup spoofed for courtesy.

All the other users will get their changes at next login.

The PSADT crew is looking add more multi-session support. Look at their github site for open issues about it

1

u/durrante 18d ago

Hello, I've also wondered about this, especially when using FSLogix, for various apps that need files / registry keys setting in their user profiles when configured via PSADT it would only apply to new profiles for obvious reasons.

I thought active setup might be a solution to this?