Forum Discussion
chabi870
Feb 20, 2023Copper Contributor
What are the required endpoints?
I want to execute Install-Module of PowerShell Gallery. But I can't install. What are the required endpoints? Is it OK if I allow the following endpoints? psg-prod-centralus.azureedge.net : CDN...
Feb 20, 2023
Does it work if you start from here? https://learn.microsoft.com/en-us/powershell/scripting/gallery/installing-psget?view=powershell-7.3#updating-powershellget-for-windows-powershell-51
- chabi870Feb 21, 2023Copper ContributorI fail "Install-Module PowerShellGet -AllowClobber -Force".
Error: PackageManagement\Install-Package : Unable to find module providers (PowerShellGet).
I think I need to apply to the proxy team. So, I want to know the endpoint for PowerShellGet.
And I want to connect the authorized M365 service.- Feb 23, 2023Did this help?
- chabi870Feb 25, 2023Copper ContributorThank you very much.
I found this URL "https://learn.microsoft.com/en-us/powershell/scripting/gallery/how-to/getting-support/troubleshooting-cmdlets?view=powershell-7.3#required-network-endpoints".
I apply. Thanks alot.
- Feb 21, 2023You could try this for testing https://powershellisfun.com/2022/09/29/test-if-microsoft-services-tcp-ports-are-accessible/
This should give you the endpoints https://powershellisfun.com/2022/09/22/get-all-microsoft-ip-and-fqdns-for-their-services/