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
7 changes: 4 additions & 3 deletions reference/5.1/PackageManagement/PackageManagement.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,24 @@ Help Version: 5.2.0.0
Locale: en-US
Module Guid: 4ae9fd46-338a-459c-8186-07f910774cb8
Module Name: PackageManagement
ms.date: 06/09/2017
ms.date: 04/21/2022
schema: 2.0.0
title: PackageManagement
---
# PackageManagement Module

## Description

This topic displays help topics for the Package Management Cmdlets.
This topic displays help topics for the Package Management Cmdlets. The cmdlet reference
documentation on this site documents the latest version of the module.

> [!IMPORTANT]
> As of April 2020, the PowerShell Gallery no longer supports Transport Layer Security (TLS)
> versions 1.0 and 1.1. If you are not using TLS 1.2 or higher, you will receive an error when
> trying to access the PowerShell Gallery. Use the following command to ensure you are using TLS
> 1.2:
>
> `[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12`
> `[Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12`
>
> For more information, see the
> [announcement](https://devblogs.microsoft.com/powershell/powershell-gallery-tls-support/) in the
Expand Down
9 changes: 5 additions & 4 deletions reference/5.1/PowershellGet/PowerShellGet.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Help Version: 5.2.0.0
Locale: en-US
Module Guid: 1d73a601-4a6c-43c5-ba3f-619b18bbb404
Module Name: PowerShellGet
ms.date: 06/09/2017
ms.date: 04/21/2022
schema: 2.0.0
title: PowerShellGet
---
Expand All @@ -15,13 +15,15 @@ title: PowerShellGet
PowerShellGet is a module with commands for discovering, installing, updating and publishing
PowerShell artifacts like Modules, DSC Resources, Role Capabilities, and Scripts.

The cmdlet reference documentation on this site documents the latest version of the module.

> [!IMPORTANT]
> As of April 2020, the PowerShell Gallery no longer supports Transport Layer Security (TLS)
> versions 1.0 and 1.1. If you are not using TLS 1.2 or higher, you will receive an error when
> trying to access the PowerShell Gallery. Use the following command to ensure you are using TLS
> 1.2:
>
> `[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12`
> `[Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12`
>
> For more information, see the
> [announcement](https://devblogs.microsoft.com/powershell/powershell-gallery-tls-support/) in the
Expand Down Expand Up @@ -93,8 +95,7 @@ Uninstalls a script.
Unregisters a repository.

### [Update-Module](Update-Module.md)
Downloads and installs the newest version of specified modules from an online gallery to the local
computer.
Downloads and installs the newest version of specified modules from an online gallery to the local computer.

### [Update-ModuleManifest](Update-ModuleManifest.md)
Updates a module manifest file.
Expand Down
7 changes: 4 additions & 3 deletions reference/7.0/PackageManagement/PackageManagement.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,24 @@ Help Version: 7.0.1.0
Locale: en-US
Module Guid: 4ae9fd46-338a-459c-8186-07f910774cb8
Module Name: PackageManagement
ms.date: 06/09/2017
ms.date: 04/21/2022
schema: 2.0.0
title: PackageManagement
---
# PackageManagement Module

## Description

This topic displays help topics for the Package Management Cmdlets.
This topic displays help topics for the Package Management Cmdlets. The cmdlet reference
documentation on this site documents the latest version of the module.

> [!IMPORTANT]
> As of April 2020, the PowerShell Gallery no longer supports Transport Layer Security (TLS)
> versions 1.0 and 1.1. If you are not using TLS 1.2 or higher, you will receive an error when
> trying to access the PowerShell Gallery. Use the following command to ensure you are using TLS
> 1.2:
>
> `[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12`
> `[Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12`
>
> For more information, see the
> [announcement](https://devblogs.microsoft.com/powershell/powershell-gallery-tls-support/) in the
Expand Down
9 changes: 5 additions & 4 deletions reference/7.0/PowerShellGet/PowerShellGet.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Help Version: 7.0.1.0
Locale: en-US
Module Guid: 1d73a601-4a6c-43c5-ba3f-619b18bbb404
Module Name: PowerShellGet
ms.date: 06/09/2017
ms.date: 04/21/2022
schema: 2.0.0
title: PowerShellGet
---
Expand All @@ -15,13 +15,15 @@ title: PowerShellGet
PowerShellGet is a module with commands for discovering, installing, updating and publishing
PowerShell artifacts like Modules, DSC Resources, Role Capabilities, and Scripts.

The cmdlet reference documentation on this site documents the latest version of the module.

> [!IMPORTANT]
> As of April 2020, the PowerShell Gallery no longer supports Transport Layer Security (TLS)
> versions 1.0 and 1.1. If you are not using TLS 1.2 or higher, you will receive an error when
> trying to access the PowerShell Gallery. Use the following command to ensure you are using TLS
> 1.2:
>
> `[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12`
> `[Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12`
>
> For more information, see the
> [announcement](https://devblogs.microsoft.com/powershell/powershell-gallery-tls-support/) in the
Expand All @@ -33,7 +35,7 @@ PowerShell artifacts like Modules, DSC Resources, Role Capabilities, and Scripts
Finds PowerShell commands in modules.

### [Find-DscResource](Find-DscResource.md)
Finds Desired State Configuration (DSC) resources.
Finds a DSC resource.

### [Find-Module](Find-Module.md)
Finds modules in a repository that match specified criteria.
Expand Down Expand Up @@ -103,4 +105,3 @@ Updates a script.

### [Update-ScriptFileInfo](Update-ScriptFileInfo.md)
Updates information for a script.

8 changes: 4 additions & 4 deletions reference/7.1/PackageManagement/PackageManagement.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,24 @@ Help Version: 7.1.0.0
Locale: en-US
Module Guid: 4ae9fd46-338a-459c-8186-07f910774cb8
Module Name: PackageManagement
ms.date: 06/09/2017
ms.date: 04/21/2022
schema: 2.0.0
title: PackageManagement
---
# PackageManagement Module

## Description

This topic displays help topics for the Package Management Cmdlets.
This topic displays help topics for the Package Management Cmdlets. The cmdlet reference
documentation on this site documents the latest version of the module.

> [!IMPORTANT]
> As of April 2020, the PowerShell Gallery no longer supports Transport Layer Security (TLS)
> versions 1.0 and 1.1. If you are not using TLS 1.2 or higher, you will receive an error when
> trying to access the PowerShell Gallery. Use the following command to ensure you are using TLS
> 1.2:
>
> `[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12`
> `[Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12`
>
> For more information, see the
> [announcement](https://devblogs.microsoft.com/powershell/powershell-gallery-tls-support/) in the
Expand Down Expand Up @@ -66,4 +67,3 @@ Uninstalls one or more software packages.

### [Unregister-PackageSource](Unregister-PackageSource.md)
Removes a registered package source.

8 changes: 5 additions & 3 deletions reference/7.1/PowerShellGet/PowerShellGet.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Help Version: 7.1.0.0
Locale: en-US
Module Guid: 1d73a601-4a6c-43c5-ba3f-619b18bbb404
Module Name: PowerShellGet
ms.date: 06/09/2017
ms.date: 04/21/2022
schema: 2.0.0
title: PowerShellGet
---
Expand All @@ -15,13 +15,15 @@ title: PowerShellGet
PowerShellGet is a module with commands for discovering, installing, updating and publishing
PowerShell artifacts like Modules, DSC Resources, Role Capabilities, and Scripts.

The cmdlet reference documentation on this site documents the latest version of the module.

> [!IMPORTANT]
> As of April 2020, the PowerShell Gallery no longer supports Transport Layer Security (TLS)
> versions 1.0 and 1.1. If you are not using TLS 1.2 or higher, you will receive an error when
> trying to access the PowerShell Gallery. Use the following command to ensure you are using TLS
> 1.2:
>
> `[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12`
> `[Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12`
>
> For more information, see the
> [announcement](https://devblogs.microsoft.com/powershell/powershell-gallery-tls-support/) in the
Expand All @@ -33,7 +35,7 @@ PowerShell artifacts like Modules, DSC Resources, Role Capabilities, and Scripts
Finds PowerShell commands in modules.

### [Find-DscResource](Find-DscResource.md)
Finds Desired State Configuration (DSC) resources.
Finds a DSC resource.

### [Find-Module](Find-Module.md)
Finds modules in a repository that match specified criteria.
Expand Down
7 changes: 4 additions & 3 deletions reference/7.2/PackageManagement/PackageManagement.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,24 @@ Help Version: 7.2.0.0
Locale: en-US
Module Guid: 4ae9fd46-338a-459c-8186-07f910774cb8
Module Name: PackageManagement
ms.date: 06/09/2017
ms.date: 04/21/2022
schema: 2.0.0
title: PackageManagement
---
# PackageManagement Module

## Description

This topic displays help topics for the Package Management Cmdlets.
This topic displays help topics for the Package Management Cmdlets. The cmdlet reference
documentation on this site documents the latest version of the module.

> [!IMPORTANT]
> As of April 2020, the PowerShell Gallery no longer supports Transport Layer Security (TLS)
> versions 1.0 and 1.1. If you are not using TLS 1.2 or higher, you will receive an error when
> trying to access the PowerShell Gallery. Use the following command to ensure you are using TLS
> 1.2:
>
> `[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12`
> `[Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12`
>
> For more information, see the
> [announcement](https://devblogs.microsoft.com/powershell/powershell-gallery-tls-support/) in the
Expand Down
8 changes: 5 additions & 3 deletions reference/7.2/PowerShellGet/PowerShellGet.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Help Version: 7.2.0.0
Locale: en-US
Module Guid: 1d73a601-4a6c-43c5-ba3f-619b18bbb404
Module Name: PowerShellGet
ms.date: 06/09/2017
ms.date: 04/21/2022
schema: 2.0.0
title: PowerShellGet
---
Expand All @@ -15,13 +15,15 @@ title: PowerShellGet
PowerShellGet is a module with commands for discovering, installing, updating and publishing
PowerShell artifacts like Modules, DSC Resources, Role Capabilities, and Scripts.

The cmdlet reference documentation on this site documents the latest version of the module.

> [!IMPORTANT]
> As of April 2020, the PowerShell Gallery no longer supports Transport Layer Security (TLS)
> versions 1.0 and 1.1. If you are not using TLS 1.2 or higher, you will receive an error when
> trying to access the PowerShell Gallery. Use the following command to ensure you are using TLS
> 1.2:
>
> `[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12`
> `[Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12`
>
> For more information, see the
> [announcement](https://devblogs.microsoft.com/powershell/powershell-gallery-tls-support/) in the
Expand All @@ -33,7 +35,7 @@ PowerShell artifacts like Modules, DSC Resources, Role Capabilities, and Scripts
Finds PowerShell commands in modules.

### [Find-DscResource](Find-DscResource.md)
Finds Desired State Configuration (DSC) resources.
Finds a DSC resource.

### [Find-Module](Find-Module.md)
Finds modules in a repository that match specified criteria.
Expand Down
7 changes: 4 additions & 3 deletions reference/7.3/PackageManagement/PackageManagement.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,24 @@ Help Version: 7.2.0.0
Locale: en-US
Module Guid: 4ae9fd46-338a-459c-8186-07f910774cb8
Module Name: PackageManagement
ms.date: 06/09/2017
ms.date: 04/21/2022
schema: 2.0.0
title: PackageManagement
---
# PackageManagement Module

## Description

This topic displays help topics for the Package Management Cmdlets.
This topic displays help topics for the Package Management Cmdlets. The cmdlet reference
documentation on this site documents the latest version of the module.

> [!IMPORTANT]
> As of April 2020, the PowerShell Gallery no longer supports Transport Layer Security (TLS)
> versions 1.0 and 1.1. If you are not using TLS 1.2 or higher, you will receive an error when
> trying to access the PowerShell Gallery. Use the following command to ensure you are using TLS
> 1.2:
>
> `[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12`
> `[Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12`
>
> For more information, see the
> [announcement](https://devblogs.microsoft.com/powershell/powershell-gallery-tls-support/) in the
Expand Down
10 changes: 6 additions & 4 deletions reference/7.3/PowerShellGet/PowerShellGet.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
Download Help Link: https://aka.ms/powershell73-help
Help Version: 7.2.0.0
Help Version: 7.3.0.0
Locale: en-US
Module Guid: 1d73a601-4a6c-43c5-ba3f-619b18bbb404
Module Name: PowerShellGet
ms.date: 06/09/2017
ms.date: 04/21/2022
schema: 2.0.0
title: PowerShellGet
---
Expand All @@ -15,13 +15,15 @@ title: PowerShellGet
PowerShellGet is a module with commands for discovering, installing, updating and publishing
PowerShell artifacts like Modules, DSC Resources, Role Capabilities, and Scripts.

The cmdlet reference documentation on this site documents the latest version of the module.

> [!IMPORTANT]
> As of April 2020, the PowerShell Gallery no longer supports Transport Layer Security (TLS)
> versions 1.0 and 1.1. If you are not using TLS 1.2 or higher, you will receive an error when
> trying to access the PowerShell Gallery. Use the following command to ensure you are using TLS
> 1.2:
>
> `[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12`
> `[Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12`
>
> For more information, see the
> [announcement](https://devblogs.microsoft.com/powershell/powershell-gallery-tls-support/) in the
Expand All @@ -33,7 +35,7 @@ PowerShell artifacts like Modules, DSC Resources, Role Capabilities, and Scripts
Finds PowerShell commands in modules.

### [Find-DscResource](Find-DscResource.md)
Finds Desired State Configuration (DSC) resources.
Finds a DSC resource.

### [Find-Module](Find-Module.md)
Finds modules in a repository that match specified criteria.
Expand Down
2 changes: 1 addition & 1 deletion reference/docs-conceptual/gallery/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ These hostnames should be added to the allow lists that control access from your
Hosts required for package discovery and download:

- `onegetcdn.azureedge.net` - CDN hostname
- `psg-prod-centralus.azureedge.net` - CDN hostname
- `psg-prod-eastus.azureedge.net` - CDN hostname
- `az818661.vo.msecnd.net` - CDN hostname

Hosts required when using the PowerShell Gallery website:

Expand Down
Loading