Alter the security settings to run downloaded scripts
We need to change the security settings in order to run these files, the best way is from the PowerShell command line. To change the execution policy to RemoteSigned type the following:
Set-ExecutionPolicy RemoteSigned
Thats it!