How to List Installed PowerShell Modules
One of my client recently wanted to get the installed modules from their system. It is easy to achieve using PowerShell. In this tutorial, I will explain how to list installed PowerShell modules using different methods, especially using the Get-Module cmdlet with -ListAvailable parameter. Method 1: Using Get-Module -ListAvailable One of the most reliable ways I … Read more