Invoke Powershell Activity Throws An Error Windows Powershell Not Installed

Invoke Powershell throws an error 'Windows PowerShell 1.0 is not installed' though it is installed in the machine.

Screenshot of the error:
invokePS_error.png

Approach #1:

  1. Enable Windows PowerShell 1.0 or higher from Windows Features.

  1. Perform a reboot of the server.

Approach #2:

  1. If Windows Powershell 1.0 or higher is not found in Windows Features, Download it from Microsoft's website. Refer here (Download Powershell 2.0)
  2. Install it
  3. Reboot the server.