Apr 22, 2021
Hi-there @no_chicken! Apologies, I must have missed the notification about your comment.
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`