You may get an error when running powershell scripts downloaded from the internet.
Run this command to allow them:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
You may get an error when running powershell scripts downloaded from the internet.
Run this command to allow them:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned