MannyDylan
MannyDylan

Reputation: 31

Get-Package not recognized

When using Get-Package I get the below response:

Get-package is not recognized as the name of a cmdlet

I've searched using Get-Command -Name *Get* and don't see Get-Package.

Does it need to be installed separately? I wouldn't have thought it did.

Upvotes: 3

Views: 3865

Answers (1)

Ansgar Wiechers
Ansgar Wiechers

Reputation: 200573

According to the documentation Get-Package isn't available prior to PowerShell v5.

Upvotes: 1

Related Questions