Wednesday, March 14, 2018

 

[Windows] Powershell import-module error 'RuntimeException,Microsoft.PowerShell.Commands.ImportModuleCommand'



Powershell import-module error 

'RuntimeException,Microsoft.PowerShell.Commands.ImportModuleCommand'




PS C:\Windows\system32> Import-Module C:\Users\Admin\Desktop\module.psm1
Import-Module : File :\Users\Admin\Desktop\module.psm1 cannot be loaded because the execution of scripts is disabled on this system. Please see "get-help about_signing" for more details.At line:1 char:14+ Import-Module <<<<  C:\Users\Admin\Desktop\module.psm1    + CategoryInfo          : NotSpecified: (:) [Import-Module], PSSecurityException    + FullyQualifiedErrorId : RuntimeException,Microsoft.PowerShell.Commands.ImportModuleCommand

[Explanation]

기존에 작성한 Powershell 모듈을 import하거나 실행을 할 때 'RuntimeException,Microsoft.PowerShell.Commands.ImportModuleCommand'  에러 메시지가 발생하는 경우가 있습니다. 이 경우 발생한 원인은 해당 스크립트에 대한 실행 정책에 의해 발생한 것으로 추가하려는 스크립트에 '
Set-ExecutionPolicy RemoteSigned'을 추가하시거나 실행하실 때 사전에 'Set-ExecutionPolicy RemoteSigned'을 실행한 다음에 수행하시면 정상적인 결과를 얻으실 수 있습니다. (링크
♔♔♔♔♔♔♔♔♔♔
댓글이나 의견은 언제든지 환영합니다.

Your Comments are Always Welcomed!
Share:

0 comments:

Post a Comment