Silent Install of MID Server for windows host not working as expectedIssue Silent install of the Mid server script failed with the below error on the windows host. \SilentInstall.ps1 : File C:\Test\SilentInstall.ps1 cannot be loaded. The file C:\Test\SilentInstall.ps1 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 at http://go.microsoft.com/fwlink/?LinkID=135170. At line:1 char:1 + .\SilentInstall.ps1 -MSI_FILE_NAME 'C:\Test\Test_MID\mid-windows ... + ~~~~~~~~~~~~~~~~~~~ + CategoryInfo : SecurityError: (:) [], PSSecurityException + FullyQualifiedErrorId : UnauthorizedAccessCauseWindows execution policy. ResolutionTo change the Execution policy, please use the below command. Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass