I hope I can get a little script help. I don´t think it should be a big job and propably afterwards also something that other could use
The issue is that when office updates are pending they are stored in $TMPDIR/MSau*
(the updates are staying there until they are installed which require a restart of the app). So if someone has an update for outlook pending and don´t restart, I can send out a prompt requesting them to restart(the prompt I can do on my own)
So I want create a script that first set the $TMPDIR - as the $TMPDIR is different from each client
Afterwards in the script should check if there is a MSau_xxxx/microsoft_powerpoint* (take powerpoint as example)
I can than base a EA on each office product, and know when I have to send out a message to the user if they have this EA and that fx powerpoint must be restartet.
Hope it is understandable what my intentions are