Hi,
I am having a power shell script that runs as a logon script. The script is critical and I want to prevent users from killing/stopping the process from Task Manager.
I can't give admin/system credentials in the script as per environment's security policy. Any idea's how I can run this script & prevent users from stopping it?
Thanks