Windows PowerShell のスクリプトを実行するためには実行ポリシーを設定する必要がある。
> Set-ExecutionPolicy -ExecutionPolicy Bypass CurrentUser
[about Environment Variables - PowerShell | Microsoft Docs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_environment_variables?view=powershell-7.1) |
[Set-ExecutionPolicy (Microsoft.PowerShell.Security) - PowerShell | Microsoft Docs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.security/set-executionpolicy?view=powershell-7.1) |