May 23rd, 2016

PowerTip: Find a module in the PowerShell Gallery

Doctor Scripto
Scripter

Summary: Use the PowerShell Find module to search for modules.

Hey, Scripting Guy! Question I was trying to use the Find-module. Can you show me how to find all modules that have the word, Azure, in them?

Hey, Scripting Guy! Answer Just use a wildcard in the search like in the following example to return modules with the name Azure in the beginning:

Find-Module Azure*

The Doctor

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.

Feedback