PowerShell Warning : The file is not digitally signed. You cannot run this script on the current system.

Sathish Nadarajan
 
Solution Architect
July 8, 2021
 
Rate this article
 
Views
1982

Warning : The file is not digitally signed. You cannot run this script on the current system. For more information about running scripts and setting execution policy, see about_Execution_Policies.

Solution :

Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass

Happy Coding
Sathish Nadarajan

Category : PowerShell, SharePoint

Author Info

Sathish Nadarajan
 
Solution Architect
 
Rate this article
 
Sathish is a Microsoft MVP for SharePoint (Office Servers and Services) having 15+ years of experience in Microsoft Technologies. He holds a Masters Degree in Computer Aided Design and Business ...read more
 

Leave a comment