[PowerShell] 스크립트 실행 오류(Azure fuction)

이경은·2021년 12월 7일
0

0. Error message

+ CategoryInfo          : 보안 오류: (:) [], PSSecurityException
+ FullyQualifiedErrorId : UnauthorizedAccess

1. 해결

1) 관리자 권한으로 PowerShell 실행

2) 명령어 입력

Set-ExecutionPolicy Unrestricted
ExecutionPolicy <== 현재 상태 확인
Restricted <== 모든 스크립트 막은 상태

Set-ExecutionPolicy Unrestricted <== policy 변경

참고 https://samsons.tistory.com/16
profile
Web Developer

0개의 댓글