PowerTip: Easily Load all Windows PowerShell Modules

Doctor Scripto

Summary: See how to load all Windows PowerShell modules into a current session.

Hey, Scripting Guy! Question How can I load all Windows PowerShell modules I have on my system?

          Hey, Scripting Guy! Answer Use the Get-Module cmdlet with the ListAvailable switch, and pipe the results to the Import-Module cmdlet.

                           Get-Module -ListAvailable | Import-Module

0 comments

Discussion is closed.

Feedback usabilla icon