Powershell error – Import-Module : File AzureRM.psm1 cannot be loaded because running scripts is disabled on this system Engineering and technology notes Jovan Stosic March 19, 2019 Fix the execution policy by this simple command: PS c:\> Set-ExecutionPolicy RemoteSigned Source: Powershell error – Import-Module : File AzureRM.psm1 cannot be loaded because running scripts is disabled on this system | SQL with Manoj