Windows Powershell is not recognized as an internal or external command, operable program or batch file

Error:

Powershell is not recognized as an internal or external command, operable program or batch file

 

Solution:

Right click PC->Properties->Environment Variable and add PATH


Please add the below path to you Windows environment Variable:

%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\


No comments:

Post a Comment

how to unlink a NIC from a esxi vSwitch

  List the vSwitches from ESXI using CLI:          esxcli network vswitch standard list  output example: vSwitch0    Name: vSwitch0    Class...