I wrote a simple batch file as a PowerShell script, and I am getting errors when they run.
It\'s in a scripts directory in my path. This is the error I get:
We can bypass execution policy in a nice way (inside command prompt):
type file.ps1 | powershell -command -
Or inside powershell:
gc file.ps1|powershell -c -