Use BigFix to launch PDF or Winword from a local computer

Hi,

I am looking for some help here from any BigFix expert, I have looked everywhere in google searching for BigFix action script commands to launch PDF file from remote local computer.

Anyone who have the command are welcome.

Thank you in advance.

You have to remember that the Bigfix agent runs under SYSTEM context (in Windows, Linux etc run as root), so you need to force the pdf viewer to run in the context of the user who is to view the .pdf.

Bigfix is able to do this (see https://developer.bigfix.com/action-script/reference/execution/override.html).

There are many threads that deal with using the ‘override’ command, but this one Tip - Action Override User settings summarises things very well