How to Fix PowerShell is Not Digitally Signed Error: 3 Ways

 

How to Fix PowerShell is Not Digitally Signed Error: 3 Ways

 

  1. Check and change the Execution Policy

Get-ExecutionPolicy  if restricted then type:

Set-ExecutionPolicy -ExecutionPolicy unrestricted

Confirm by typing Get-ExecutionPolicy

  1. Bypass the current PowerShell session

Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass

  1. Unblock the file that was downloaded

PS C:> Unblock-File -Path C:\script\ filename

 

 

 

 

 

 

 

 

 

Kon Belieu

 

Tags:

Comments are closed

Latest Comments

No comments to show.