PowerShellGetv2
PowerShellGetv2 copied to clipboard
Find-Module -Name * not returning all modules
When I run Find-Module -Name *
it's not returning all of the modules.
I am trying to mirror the PowerShell Gallery on-prem for an offline version but I cannot get a complete list of all of the modules in the PSGallery. Every time I run that command I get a different count for the results.
$MS = Find-Module -Name * -Repository PSGallery
$MS.count
6384
$MS = Find-Module -Name * -Repository PSGallery
$MS.count
6369
$MS = Find-Module -Repository PSGallery -Filter ""
$MS.count
6374
Thanks for identifying this issue, we are investigating it further and can reproduce it.
Any update on this?
I'm experiencing the same issue. Any update would be great.
Hi all, this is an issue we're trying to resolve in PowerShellGet V3, definitely by the next prerelease.