June 2025
Beginner to intermediate
473 pages
13h 30m
English
By default, Windows has quite a few PowerShell modules with cmdlets installed, and countless extension modules are available on the internet. The PowerShell Gallery has established itself as a central source for such extensions. More than 10,000 modules are offered for download at https://powershellgallery.com.
To install modules from the PowerShell Gallery, the PowerShellGet module is available by default. This module contains cmdlets like Install-Module and Find-Module.
Along with PowerShell 7.n, an up-to-date version of PowerShellGet is shipped. But if you use PowerShell 5.1, you must update the PowerShellGet module first. The prerequisites (i.e., the installation ...
Read now
Unlock full access