11---
22description : This article provide information and steps for troubleshooting errors using the PowerShell Gallery
3- ms.date : 06/12 /2025
3+ ms.date : 09/09 /2025
44title : Troubleshooting cmdlets
55---
66# Troubleshooting cmdlets
@@ -21,26 +21,31 @@ Update-Module Azure -Verbose
2121
2222## Required network endpoints
2323
24- The Install and Update cmdlets require internet access to connect to the network endpoints used by
25- the PowerShell Gallery. Ensure that your network access policies allow you to connect to TCP port
26- 443 of the following endpoints.
24+ The ` Install-* ` and ` Update-* ` cmdlets require internet access to connect to the network endpoints
25+ used by the PowerShell Gallery.
26+
27+ [ !INCLUDE [ TLS 1.2 Requirement] ( ../includes/tls-gallery.md )]
28+
29+ Ensure that your network access policies allow you to connect to TCP port 443 of the following
30+ endpoints.
2731
2832Hosts required for package discovery and download:
2933
30- - ` cdn.oneget.org ` - CDN hostname
31- - ` cdn.powershellgallery.com ` - CDN hostname
34+ - ` cdn.oneget.org `
35+ - ` cdn.powershellgallery.com `
3236
3337Hosts required when using the PowerShell Gallery website:
3438
35- - ` devopsgallerystorage.blob.core.windows.net ` - storage account hostname
3639- ` *.powershellgallery.com ` - website
37- - ` go.microsoft.com ` - redirection service
40+ - ` go.microsoft.com ` and ` aka.ms ` - redirection services
3841
3942> [ !NOTE]
40- > Cmdlets that interact with the PowerShell Gallery can fail with unexpected errors when there is an
41- > outage of the PowerShell Gallery services. To see the current status of the PowerShell Gallery,
42- > see the [ PowerShell Gallery Status] [ 01 ]
43- > page on GitHub.
43+ > These endpoints have changed. The old endpoints that ended with ` azureedge.net ` are no longer
44+ > supported.
45+
46+ Cmdlets that interact with the PowerShell Gallery can fail with unexpected errors when there is an
47+ outage of the PowerShell Gallery services. To see the current status of the PowerShell Gallery, see
48+ the [ PowerShell Gallery Status] [ 01 ] page on GitHub.
4449
4550<!-- link references -->
4651[ 01 ] : https://github.com/PowerShell/PowerShellGallery/blob/master/psgallery_status.md
0 commit comments