PowerShellGallery icon indicating copy to clipboard operation
PowerShellGallery copied to clipboard

Install Az Module blocked and not able to download and install

Open shenhong1000 opened this issue 10 months ago • 6 comments

Prerequisites

  • [x] Write a descriptive title.
  • [x] Make sure you are able to repro it on the latest version
  • [x] Search the existing issues.

Steps to reproduce

Run below cmd to install Az Module takes forever, no respond. Install-Module -Name Az -Repository PSGallery -Force -AllowClobber

Expected behavior

Install-Module -Name Az -Repository PSGallery -Force -AllowClobber should download and install Az module successfully

Actual behavior

No response at all.

Error details

No response at all.

Environment data

Name                           Value                                                                                                                                                                 
----                           -----                                                                                                                                                                 
PSVersion                      5.1.20348.2849                                                                                                                                                        
PSEdition                      Desktop                                                                                                                                                               
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}                                                                                                                                               
BuildVersion                   10.0.20348.2849                                                                                                                                                       
CLRVersion                     4.0.30319.42000                                                                                                                                                       
WSManStackVersion              3.0                                                                                                                                                                   
PSRemotingProtocolVersion      2.3                                                                                                                                                                   
SerializationVersion           1.1.0.1

Version

5.1.20348.2849

Visuals

No response

shenhong1000 avatar Apr 25 '25 15:04 shenhong1000