PowerShell Excution Policy

  Powershell -> Get-ExecutionPolicy 로 확인 가능.

 

Restricted(제한됨) : 스크립트 실행 불가

AllSigned : 신뢰할 수 있는 게시자가 서명한 스크립트만 실행 가능

RemoteSigned(default) : 다운로드한 스크립트는 신뢰할 수 있는 게시자가 서명하면 실행 가능.

Unrestricted(제한없음) : 모든 Windows Powershell 스크립트 실행 가능

 

 - etc 참고자료 :

https://docs.microsoft.com/ko-kr/powershell/module/microsoft.powershell.core/about/about_execution_policies?view=powershell-7.2

 

+ Recent posts