February 3rd, 2016

PowerTip: Find published modules in the PowerShell Gallery

Doctor Scripto
Scripter

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*

Category
Scripting

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.