Tag Archives: Zone.Identifier

Powershell: Execution policy shortly explained

Hi,

here is a short explantation about the Powershell execution policies.
Continue reading Powershell: Execution policy shortly explained

Advertisment to support michlstechblog.info

Powershell: A Local script is not executed with error not digitally signed

Hi,

Issue: You downloaded or copied a script from a remote location and Powershell won’t execute such a file although you have set the execution policy to RemoteSigned.

An Error like this occurs:

D:\Temp\myScript.ps1 : File D:\Temp\myScript.ps1 cannot
be loaded. The file D:\Temp\myScript.ps1 is not digitally signed. The script
will not execute on the system.

Continue reading Powershell: A Local script is not executed with error not digitally signed