Summary: Learn how to find Published Windows PowerShell modules in the PowerShell Gallery.
How can I use Windows PowerShell to find modules that are published in the Windows PowerShell Gallery?
Use the Find-Module cmdlet in Windows PowerShell 5.0. This example finds modules related to the ISE:
Find-Module *ISE*
0 comments