#
# 파워쉘에서 스크립트 파일을 실행시키기 위해서는 Get-ExecutionPolicy의 결과가 Restricted이면 안된다.
# PS>Set-ExecutionPolicy RemoteSigned
#
파워쉘이 더 알고 싶으면?
http://www.pavleck.net/powershell-cookbook/index.html
#
# 파워쉘에서 스크립트 파일을 실행시키기 위해서는 Get-ExecutionPolicy의 결과가 Restricted이면 안된다.
# PS>Set-ExecutionPolicy RemoteSigned
#
파워쉘이 더 알고 싶으면?
http://www.pavleck.net/powershell-cookbook/index.html