February 2019
Intermediate to advanced
626 pages
15h 51m
English
The Save-Module command downloads the module from the PowerShell Gallery to a given path without installing it. For example, the following command downloads the Carbon module into a Modules directory in the root of the C: drive:
Save-Module -Name Carbon -Path C:\Modules
Save-Module will do the following:
Read now
Unlock full access