How to Find a module in PowerShell Gallery
In this quick post we will look at how you can quickly find a PowerShell Module in the PowerShell Gallery.
You can use the cmdlet Find-Module, to search the Gallery for certain Modules. You can use a wildcard in the search to give you more options.
Example:
1 |
Find-Module MsOnline* |
This way you can Find any Module that you are looking for ☺ .
Be First to Comment