I have a single powershell script that I run daily when I need it. Is there a way to set execution policy for only that script and no others?
I want to run this as I would a .bat file with a left mouse click.
I have looked at MS documentation and the scope option is too general for my needs.
Any help greatly appreciated.