adsense

Thursday, May 7, 2020

Powershell Install-Module error


The Install-Module command is used to  install or update modules. When you are trying to execute Install-Module  you might encounter following error 

Install-Module: The term Install-Module is not recognized as the name of cmdlet, function, script file or operable program

The cause of this errors is your PowerShell is not upto date.  To execute this command major virsion of PwerShel should be greater than 5.


This issue can be resolved by installing  Windows Management Framework 5.1  

Cheers,
Samitha


No comments:

Post a Comment