Showing posts with label PowerShell. Show all posts
Showing posts with label PowerShell. Show all posts

Thursday, August 11, 2016

powershell permissions to execute

I had to add this to commnd line

PS > powershell -ExecutionPolicy ByPass -File blah.ps1


adding to file permissions did not help