Apr 22, 2021
Hi-there Brent! PowerShell isn't able to run scripts off the shelf so you might need to change the execution policy. I've updated the article to address this. You might try the following command:
`Set-ExecutionPolicy Unrestricted -Force`