PowerTip: Find published modules in the PowerShell Gallery

Doctor Scripto

Summary: Learn how to find Published Windows PowerShell modules in the PowerShell Gallery.

Hey, Scripting Guy! Question How can I use Windows PowerShell to find modules that are published in the Windows PowerShell Gallery?

Hey, Scripting Guy! Answer Use the Find-Module cmdlet in Windows PowerShell 5.0. This example finds modules related to the ISE:

Find-Module *ISE*

0 comments

Discussion is closed.

Feedback usabilla icon