Enable Scripts in PowerShell
From KlavoWiki
By default you can not run scripts from PowerShell. To enable the running of scripts:
PowerShell.exe -ExecutionPolicy Unrestricted
By default you can not run scripts from PowerShell. To enable the running of scripts:
PowerShell.exe -ExecutionPolicy Unrestricted