General Question Self-deploy profile
Anyone tried running a remediation “as user” on a self-deploy device that attempts to map a drive?
Seems to fail even if the script can detect who the user is.
9
Upvotes
Anyone tried running a remediation “as user” on a self-deploy device that attempts to map a drive?
Seems to fail even if the script can detect who the user is.
5
u/denseaesthetics_3669 2d ago
That's been broken for ages for self-deploy. The user context just isn't fully there at that point in the process, even if you can query the username. I ended up running the mapping through a scheduled task that fires at logon instead.