Skip to content

Latest commit

 

History

History
20 lines (20 loc) · 740 Bytes

File metadata and controls

20 lines (20 loc) · 740 Bytes
author sdwheeler
ms.author sewhee
ms.date 11/18/2020
ms.topic include

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.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12

For more information, see the announcement in the PowerShell blog.