Forum Discussion
otaconjh
Feb 17, 2020Copper Contributor
Package failed to install because: End of Central Directory record could not be found.
Trying to install any package results in a hash mismatch. Here's my verbose output: PS C:\Users\jh> install-module powershellget -verbose -scope AllUsers
VERBOSE: Using the provide...
stefanwey-umb
Jul 28, 2026Brass Contributor
Try to access the Url "https://cdn.powershellgallery.com/packages/aadinternals.0.9.8.nupkg"
or do the following:
Install-Module -Name AADInternals -Scope AllUsers -Force -Debug -Verbose
VERBOSE: Hash for package 'AADInternals' does not match hash provided from the server.
For me, it was the Firewall Blocking the request to the "nupkg".