Develop/PowerShell

[PowerShell] ps1 파일 실행 오류 : 이 시스템에서 스크립트를 실행할 수 없으므로 ~

Codit Develop 2022. 2. 22. 15:28
반응형

PowerShell ps1 실행 시 Policy 오류

Policy 선언 후 실행

# Powershell.exe -noprofile -executionpolicy bypass -file "[PS1 FILE PATH]"
Powershell.exe -noprofile -executionpolicy bypass -file "./install_all.ps1"
반응형