PowerShellGallery icon indicating copy to clipboard operation
PowerShellGallery copied to clipboard

Package VMNetworkAdapter is missing in PSGallery

Open maniaX1 opened this issue 11 months ago • 1 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

I am trying to install Validate-DCB which has dependent package VMNetworkAdapter. I always get an error: PackageManagement\Install-Package : Unable to find dependent module(s) (VMNetworkAdapter)

So I tried to find that package but it is missing:

Find-Package -Name validate-dcb | Save-Module -Path "$env:USERPROFILE\Documents\WindowsPowerShell\Modules" -Force WARNING: Unable to find dependent module(s) (VMNetworkAdapter) WARNING: Package 'Validate-DCB' failed to install. PackageManagement\Save-Package : Unable to save the module 'Validate-DCB'. At C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\1.0.0.1\PSModule.psm1:1598 char:21 $null = PackageManagement\Save-Package @PSBoundParameters ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (Microsoft.Power...ets.SavePackage:SavePackage) [Save-Package], Exception + FullyQualifiedErrorId : ProviderFailToDownloadFile,Microsoft.PowerShell.PackageManagement.Cmdlets.SavePackage

Expected behavior

Install-Module Validate-DCB
PS C:\

Actual behavior

Install-Module Validate-DCB
WARNING: Unable to find dependent module(s) (VMNetworkAdapter)
WARNING: Package 'Validate-DCB' failed to install.

Error details

Find-Package -Name validate-dcb | Save-Module -Path "$env:USERPROFILE\Documents\WindowsPowerShell\Modules" -Force
WARNING: Unable to find dependent module(s) (VMNetworkAdapter)
WARNING: Package 'Validate-DCB' failed to install.
PackageManagement\Save-Package : Unable to save the module 'Validate-DCB'.
At C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\1.0.0.1\PSModule.psm1:1598 char:21
+             $null = PackageManagement\Save-Package @PSBoundParameters
+                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (Microsoft.Power...ets.SavePackage:SavePackage) [Save-Package], Exception
    + FullyQualifiedErrorId : ProviderFailToDownloadFile,Microsoft.PowerShell.PackageManagement.Cmdlets.SavePackage

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

maniaX1 avatar Feb 04 '25 18:02 maniaX1

VMNetworkAdapter exists but is unlisted:

So PSResourceGet does as expected AFAIK. Maybe ask the authors instead, maybe here:

o-l-a-v avatar Mar 03 '25 09:03 o-l-a-v