diff --git a/reference/5.1/PowershellGet/Save-Module.md b/reference/5.1/PowershellGet/Save-Module.md index df5dbccac34c..e2175c7e3c4b 100644 --- a/reference/5.1/PowershellGet/Save-Module.md +++ b/reference/5.1/PowershellGet/Save-Module.md @@ -3,7 +3,7 @@ external help file: PSModule-help.xml keywords: powershell,cmdlet locale: en-us Module Name: PowerShellGet -ms.date: 07/01/2019 +ms.date: 11/11/2019 online version: https://docs.microsoft.com/powershell/module/powershellget/save-module?view=powershell-5.1&WT.mc_id=ps-gethelp schema: 2.0.0 title: Save-Module @@ -55,7 +55,8 @@ Save-Module [-InputObject] [-Path] [-Proxy ] The `Save-Module` cmdlet downloads a module and any dependencies from a registered repository. `Save-Module` downloads and saves the most current version of a module. The files are saved to a specified path on the local computer. The module isn't installed, but the contents are available for -inspection by an administrator. +inspection by an administrator. The saved module can then be copied into the appropriate +`$env:PSModulePath` location of the offline machine. `Get-PSRepository` displays the local computer's registered repositories. You can use the `Find-Module` cmdlet to search registered repositories. diff --git a/reference/6/PowerShellGet/Save-Module.md b/reference/6/PowerShellGet/Save-Module.md index a7ce6872b018..6727e98e7e00 100644 --- a/reference/6/PowerShellGet/Save-Module.md +++ b/reference/6/PowerShellGet/Save-Module.md @@ -3,7 +3,7 @@ external help file: PSModule-help.xml keywords: powershell,cmdlet locale: en-us Module Name: PowerShellGet -ms.date: 07/01/2019 +ms.date: 11/11/2019 online version: https://docs.microsoft.com/powershell/module/powershellget/save-module?view=powershell-6&WT.mc_id=ps-gethelp schema: 2.0.0 title: Save-Module @@ -55,7 +55,8 @@ Save-Module [-InputObject] -Path [-Proxy ] The `Save-Module` cmdlet downloads a module and any dependencies from a registered repository. `Save-Module` downloads and saves the most current version of a module. The files are saved to a specified path on the local computer. The module isn't installed, but the contents are available for -inspection by an administrator. +inspection by an administrator. The saved module can then be copied into the appropriate +`$env:PSModulePath` location of the offline machine. `Get-PSRepository` displays the local computer's registered repositories. You can use the `Find-Module` cmdlet to search registered repositories. diff --git a/reference/7/PowerShellGet/Save-Module.md b/reference/7/PowerShellGet/Save-Module.md index 3becd6b8dca4..7d1ed0b7d2fc 100644 --- a/reference/7/PowerShellGet/Save-Module.md +++ b/reference/7/PowerShellGet/Save-Module.md @@ -3,7 +3,7 @@ external help file: PSModule-help.xml keywords: powershell,cmdlet locale: en-us Module Name: PowerShellGet -ms.date: 07/01/2019 +ms.date: 11/11/2019 online version: https://docs.microsoft.com/powershell/module/powershellget/save-module?view=powershell-7&WT.mc_id=ps-gethelp schema: 2.0.0 title: Save-Module @@ -55,7 +55,8 @@ Save-Module [-InputObject] -Path [-Proxy ] The `Save-Module` cmdlet downloads a module and any dependencies from a registered repository. `Save-Module` downloads and saves the most current version of a module. The files are saved to a specified path on the local computer. The module isn't installed, but the contents are available for -inspection by an administrator. +inspection by an administrator. The saved module can then be copied into the appropriate +`$env:PSModulePath` location of the offline machine. `Get-PSRepository` displays the local computer's registered repositories. You can use the `Find-Module` cmdlet to search registered repositories.