I have a powershell script which executes after I logon to my account. This is done by a group policy logon script.
Because I am in the Administrator group this script is run with elevated rights which I don't want. I want it to run without the elevated rights and run it with the standard user access token. Is this possible and how can I achieve this?
UPDATE:
I need to have the script run with UAC virtualization.
Thanks in advance.