Unable to Run Powershell Script – Error: Not digitally signed
Error: The file *.ps1 is not digitally signed. The script will not execute on the system
+FullyQualifiedErrorID: UnauthorizedAccess
To resolve above error; set the execution policy to unrestricted
Set-ExecutionPolicy -ExecutionPolicy Bypass