본문 바로가기
서버 프로그램/Vmware

Vmware PowerCli설치 에러 : PowerShell execution policy of this computer is not set to RemoteSigned

by 삼성그룹이장 2015. 3. 17.



http://www.itechlounge.net/2013/04/vmware-powershell-execution-policy-of-this-computer-is-not-set-to-remotesigned/ 퍼왔습니다.

http://www.itechlounge.net/2013/04/vmware-powershell-execution-policy-of-this-computer-is-not-set-to-remotesigned/ 퍼왔습니다.


VMware : PowerShell execution policy of this computer is not set to RemoteSigned

By  | April 6, 2013

You might get this message launching VMware vSphere PowerCLI on your Windows workstation :

The PowerShell execution policy of this computer is not set to “RemoteSigned”. This prevents execution of PowerShell scripts on your computer and will result in errors when VMware vSphere PowerCLI is invoked. It is recommended that you set the execution policy to “RemoteSigned” in order to be able to execute scripts. This can be done by invoking the command ‘Set-ExecutionPolicy RemoteSigned’ from a PowerShell prompt.

As you’ve been told by the message itself, you simply need to open up a PowerShell command prompt :

Start > All Programs > Accessories > Windows PowerShell

And type the following command :

(and press Y to accept the change)

If you want to check out the current setting for ExecutionPolicy, simply do :

Here is some explanation about the possible choices :

Restricted – Scripts won’t run.
RemoteSigned – Scripts created locally will run, but those downloaded from the Internet will not (unless they are digitally signed by a trusted publisher).
AllSigned – Scripts will run only if they have been signed by a trusted publisher.
Unrestricted – Scripts will run regardless of where they have come from and whether they are signed.

To set any of those, just do :


반응형

'서버 프로그램 > Vmware' 카테고리의 다른 글

01. Vmware vCenter 설치  (0) 2022.03.17
00. Vmware Esxi 설치  (0) 2022.03.17
Esxi 5.5에서 드라이버 설치  (0) 2015.03.17
Vsphere 암호 초기화  (0) 2013.05.06
1620: Removing Acronis SnapAPI Drivers  (0) 2013.02.03