Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions reference/5.1/PowershellGet/Save-Module.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -55,7 +55,8 @@ Save-Module [-InputObject] <PSObject[]> [-Path] <String> [-Proxy <Uri>]
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.
Expand Down
5 changes: 3 additions & 2 deletions reference/6/PowerShellGet/Save-Module.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -55,7 +55,8 @@ Save-Module [-InputObject] <PSObject[]> -Path <String> [-Proxy <Uri>]
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.
Expand Down
5 changes: 3 additions & 2 deletions reference/7/PowerShellGet/Save-Module.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -55,7 +55,8 @@ Save-Module [-InputObject] <PSObject[]> -Path <String> [-Proxy <Uri>]
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.
Expand Down