Find Modules in PowerShell

The Find-Module cmdlet finds modules in a repository that match the specified criteria. It returns a PSRepositoryInfo object for each module it finds. If no …

Read more