Hello, everyone.
I'm currently having difficulties to accomplish (what should be) a simple task using GPP.
Objective: Create a schedule task that runs everytime the "built-in local admin" logs into the computer.
Computers are in a domain, but there's a local admin account used by our support staff (as a last resource).
My goal is to condition this task to run only when built-in local admin account is used.
I've tested the concept creating a scheduled task on a local computer (COMPUTER-A) and it Works.
I've set a "At log on" trigger and specified the COMPUTER-A\administrator as the specific user.
When I try to replicate this schedule task through GPP there's a problem on setting the "specific user".
For the GPP to work the "Specific user or group" field should accept a value such as "%ComputerName%\administrator" or some BUILT-IN syntax so it redirects to the appropriate built-in local administrator account on each computer.
Any ideas on how to overcome this obstacle?
Thanks in advance.