Advertisement

How to Fix Install-Module is missing in PowerShell

Microsoft's PowerShell is able to download and install extra modules from an online catalog. With a couple of commands, you can extend the functionality of the PowerShell console, add new cmdlets and features. The ability to install extra modules is provided by the Install-Module cmdlet.

Advertisеment

PowerShell Logo BannerA good example of how you can use the Install-Module cmdlet can be found in the article Find If Your PC is Affected by Meltdown and Spectre CPU Vulnerabilities.

There, we were using the Install-Module cmdlet to get and install a new module and a script to check your software and hardware environment for flaws.

The Install-Module cmdlet gets one or more modules that meet the specified criteria from an online gallery, verifies that search results are valid modules, and copies module folders to the installation location.

When no scope is defined, or when the value of the Scope parameter is AllUsers, the module is installed to %systemdrive%:\Program Files\WindowsPowerShell\Modules. When the value of Scope is CurrentUser, the module is installed to $home\Documents\WindowsPowerShell\Modules.

If you are running Windows 7 or Windows 8.1, you might be surprised that the Install-Module cmdlet is missing in PowerShell. If you try to execute it, it will show you the following error message:

The term 'Install-Module' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and t ry again.

Fortunately, it is easy to fix this issue.

Fix Install-Module is missing in PowerShell

  1. Open your web browser and go to this page.
  2. Click on the Download button.Fix Install Module Is Missing In PowerShell Image1
  3. Select the file matching your operating system. For example,
    Win7-KB3191566-x86.zip for Windows 7 32-bit.
  4. Click Next to download the selected files.Fix Install Module Is Missing In PowerShell Image2
  5. Double-click the downloaded files to install them.

You are done.

This will install Windows Management Framework 5.1, which includes PowerShell 5.1. It has the Install-Module cmdlet. The software is compatible with Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 R2 SP1, Windows 8.1, and Windows 7 SP1.

Tip: You can also download the newest cross-platform PowerShell Core 6.0 if you want instead of Windows PowerShell.

Support us

Winaero greatly relies on your support. You can help the site keep bringing you interesting and useful content and software by using these options:

If you like this article, please share it using the buttons below. It won't take a lot from you, but it will help us grow. Thanks for your support!

Advertisеment

Author: Sergey Tkachenko

Sergey Tkachenko is a software developer who started Winaero back in 2011. On this blog, Sergey is writing about everything connected to Microsoft, Windows and popular software. Follow him on Telegram, Twitter, and YouTube.

5 thoughts on “How to Fix Install-Module is missing in PowerShell”

  1. If you are using W2012R2, be careful not to get caught by selecting the W2012-kb… download. You need the Win8.1andW201R2… download lower in the list.

Leave a Reply

Your email address will not be published.

css.php
Using Telegram? Subscribe to the blog channel!
Hello. Add your message here.