Hi @WW-6729 ,
Glad to hear this issue has been resolved!
Thanks for the sharing.
However, due to a recent update in forum policy, the question author now is not able to accept their own answers.
So I have written a brief summary of the solution this issue. Please feel free to accept it as the answer, which would benefit others who also has similar issues in forum.
Issue:
Now we have VPN users on which this script is not applying to because we applied it using GPO as Logon script. How to apply Outlook signature for them?
Solution:
I've managed to solve this problem like this:
- I have used Computer GPO to copy .vbs script to users computers
- I have used Computer GPO to create Task Scheduler - Scheduled Task (At least Windows 7)
- under Security Options|When running the task, use the following user account, set "BUILTIN\Users"
- select "Run with highest privileges"
- at Trigger tab, Begin the task: "At log on", Settings: "Any user"
- at Actions tab, choose Start a program, under Program/Script: enter the path where did you copy the .vbs script to user computer (e.q. %systemdrive%\script\somescript.vbs)
- choose other options as they suit you
- Apply this GPO to Computers or Authenticated Users