Skip to page contentSkip to chat
ServiceNow support
    • Community
      Ask questions, give advice, and connect with fellow ServiceNow professionals.
      Developer
      Build, test, and deploy applications
      Documentation
      Find detailed information about ServiceNow products, apps, features, and releases.
      Impact
      Accelerate ROI and amplify your expertise.
      Learning
      Build skills with instructor-led and online training.
      Partner
      Grow your business with promotions, news, and marketing tools
      ServiceNow
      Learn about ServiceNow products & solutions.
      Store
      Download certified apps and integrations that complement ServiceNow.
      Support
      Manage your instances, access self-help, and get technical support.
Powershell v2.0 or Higher Not Found on This System - Support and Troubleshooting
  • >
  • Knowledge Base
  • >
  • Support and Troubleshooting (Knowledge Base)
  • >
  • Powershell v2.0 or Higher Not Found on This System
KB0635363

Powershell v2.0 or Higher Not Found on This System


1656 Views Last updated : Apr 7, 2024 public Copy Permalink
KB Summary by Now Assist

Issue

Powershell v2.0 or Higher Not Found on This System



Issue


Powershell Orchestration activities fails with error Powershell v2.0 or higher not found on this system.

 

Solution


  1. PowerShell must be installed on any MID Server that uses powershell activities. MID Servers using PowerShell must be installed on a supported Windows operating system. ServiceNow supports PowerShell 2.0 and above. The MID server service checks the powershell version installed on the MID server before running a powershell activity. The following command is executed:

    powershell.exe -noninteractive -nologo -noprofile -command "(get-host).version.major"

The output from the above command should be an integer greater than or equal to 2. In some cases, a non-integer value or an integer less than 2 is returned. A solution in such cases is to install version 2 or above of powershell on the MID server host.

  1. The parameter mid.powershell.path can be added to the MID server configuration. This parameter enables an administrator to point to a specific PowerShell on a MID Server in cases where more than one PowerShell is installed. However, if this parameter points to an incorrect path, then the error Powershell v2.0 or higher not found on this system is returned, an incorrect path is a folder where powershell cannot be found. In such cases, the solution is to either remove the parameter or point to the correct path.

The world works with ServiceNow.

Sign in for more! There's more content available only to authenticated users Sign in for more!
Did this KB article help you?
Did this KB article help you?

Attachments

Attachments

  • PowershellVersion.png

How would you rate your Now Support digital experience?

*

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

What can we improve? Please select all that apply.

What are we doing well? Please select all that apply.

Tell us more

*

Do you expect a response from this feedback?

  • Terms and conditions
  • Privacy statement
  • GDPR
  • Cookie policy
  • © 2025 ServiceNow. All rights reserved.