Solved: PowerShell Script Not Digitally Signed

Power Dynamite
Aug 26, 2022
Error Image

The error “.ps1 is not digitally signed” could appear when you run a PowerShell script with the “.ps1” extension. The system won’t let the script run.

You must perform the command shown below to alter the Execution Policy setting and run Set-Execution Policy in order to resolve the issue.

Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
Rum Command

Select “Y” or “A” to execute Policy

--

--