Trying to push a vbs file that displays message box to user

(imported topic written by Rooskie91)

I created a fixlet that calls a .vbs file, which the .vbs files displays a message box to current logged in user. As for the testing I have done so far does not display any UI to the user. If I look at Task Manager I can see it running. So it looks like it is running in the background.

Does anyone know how to have the .vbs file run so the users can see the message box?

Thanks!

(imported comment written by BenKus)

Use “RunAsCurrentUser” to run the vbscript…

Ben