본문 바로가기
Public Cloud/Azure

Powershell 에서 PS 파일 실행 안될 때

by 후니옹 2018. 9. 27.

PS Script 실행 디지털 서명 Error



- 1회성으로만 실행 할 때 

powershell.exe -noexit -executionpolicy unrestricted

 

 

- 영구적으로 설정 시 

Set-ExecutionPolicy Unrestricted



Y선택



 

 


'Public Cloud > Azure' 카테고리의 다른 글

Azure SQL Datebase  (0) 2018.09.27
Azure Availability Set  (0) 2018.09.27
Powershell Azure Module  (0) 2018.09.27
Azure Load Balancer  (0) 2018.09.27
Azure Active Directory  (0) 2018.09.27