[Windows] Powershell Script Run

2020. 9. 3. 09:52개발자료/참고자료


반응형

## 실행방법
> powershell.exe script.ps1
# PowerShell 2.0 부터는 -File 파라메터 사용
> powershell.exe -File script.ps1

# Policy 오류가 발생하면 아래 방법으로 실행
> powershell.exe -ExecutionPolicy Bypass -File script.ps

반응형

'개발자료 > 참고자료' 카테고리의 다른 글