PowerShell List Installed Modules

Get-InstalledModule cmdlet gets a list of installed modules by PowerShellGet. The PowerShell modules are installed using PowerShellGet. Get-InstalledModule lists installed modules, get module version, name, …

Read more

Find Script in PowerShell

The Find-Script cmdlet in PowerShell finds the script in the registered repositories. The Find-Script command is available in the PowerShellGet module. Find-Script command without any …

Read more

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