List of Loaded and Available Modules in Powershell

PowerShell is enabling Automation easy and doing IT jobs, development jobs look like Child's play.

I was willing to know when I open PowerShell command window or PowerShell ISE, what all modules are getting loaded. Or better say what modules are currently loaded behind the scene. Very Simple on ps prompt run: Get-Module.  

Modules in Powershell

So list of all the modules that are loaded behind the scene as listed now.

Again sometimes I need to know what all modules are Available to be loaded? Very simple on ps promprt run Get-Module -ListAvailable.

Modules in Powershell

Simple to use but very popular and handy commands these are. Stay tuned!