[ Web Proxy ]
URL:
Viewing: https://powershellguide.com/PowerShell/Modules [Back]  [Original]

PowerShell Guide - Modules
PowerShell Guide

Modules

PowerShell Modules are packages of PowerShell functionality.

In other words, theyre little gift boxes of code and joy.

You can find many modules on the PowerShell Gallery ( ~7 billion served ).

You can install them with the built-in command Install-Module.

For instance, if we wanted to install an offline copy of the PowerShell Guide, wed use:


Install-Module PowerShellGuide

Once a module is installed, we can import the module with Import-Module:


Import-Module PowerShellGuide

If we wanted to remove it after weve loaded it:


Remove-Module PowerShellGuide

Hopefully were getting it. Verb-noun pairing can be rather obviously boring sometimes.

There are many modules. Its something of a popularity contest, though the most popular kids in this class are largely liked by robots.

That stated, there are at least a few modules we here at the PowerShell Guide think you might want to know about.

These fall into a couple of categories:

We strongly recommend you explore the many modules that exist out there. The PowerShell Gallery is a great place to start. So is Github.

Color Scheme :

Web Proxy Viewer  |  New URL  |  Original Page