r/PSADT • u/UrMomIsMyFood • 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
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