PowerTip: Find a module in the PowerShell Gallery

Doctor Scripto

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

0 comments

Discussion is closed.

Feedback usabilla icon