Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 557 Bytes

File metadata and controls

16 lines (16 loc) · 557 Bytes
author sdwheeler
ms.author sewhee
ms.date 09/09/2025
ms.topic include

Important

The PowerShell Gallery requires Transport Layer Security (TLS) 1.2 or higher. 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