PowerShellGallery icon indicating copy to clipboard operation
PowerShellGallery copied to clipboard

Install-Module hangs with no output

Open bguerin30 opened this issue 3 months ago • 0 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

[Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12 Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser Install-Module PowerShellGet -Force -AllowCLobber -Verbose

Expected behavior

The module to install

Actual behavior

The process hangs with no output. I can't tell what or if it is doing anything.

Error details


Environment data

Name                           Value
----                           -----
PSVersion                      7.5.3
PSEdition                      Core
GitCommitId                    7.5.3
OS                             Microsoft Windows 10.0.26100
Platform                       Win32NT
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0

Version

2.2.5

Visuals

No response

bguerin30 avatar Sep 25 '25 16:09 bguerin30