Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Load All PowerShell Modules at Startup

$
0
0

Summary: Learn how to load all Windows PowerShell modules at startup.

Hey, Scripting Guy! Question How can I load all of my Windows PowerShell modules when I start the Windows PowerShell console?

Hey, Scripting Guy! Answer In your Windows PowerShell profile, use the Get-Module cmdlet and pipe the results to the 
           Import-Module cmdlet, for example:

Get-Module -ListAvailable | Import-Module


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>