GoFetch icon indicating copy to clipboard operation
GoFetch copied to clipboard

Execution policy restriction

Open GoFetchAD opened this issue 8 years ago • 1 comments

I get an error that a script cannot be executed because the PowerShell execution policy doesn't allow it. And GoFetch does not run on the following machines.

GoFetchAD avatar Jun 05 '17 21:06 GoFetchAD

The files are not signed therefore they are blocked to execution. You should unblock the files with the following command: Unblock-File .\Invoke-GoFetch.ps1 on each one of the .ps1 files.

GoFetchAD avatar Jun 05 '17 21:06 GoFetchAD