Launching exe from network share as logged on user?
jerancadorette
Trying to launch an exe from a mapped share as a logged on users. I have hundreds of stations that have this drive mapped and I'd like to remotely launch this exe but I keep running into issues. Any suggestions? How can I simulate running this start /d "x:\folder" app.exe as the logged in user?
0
Comments
Likely you're running into a permissions issue. Your Deploy User will also need access to those individual mapped drives paths/shares in order to launch the programs as the user. Otherwise, I always recommend using the full UNC path.