You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 13, 2024. It is now read-only.
The module commands in PowerShell (Get-Module, Import-Module, Remove-Module, and even Get-Command etc.) all support a -FullyQualifiedName parameter which takes a [Microsoft.PowerShell.Commands.ModuleSpecification] object that has the Name and either a RequiredVersion or a MinimumVersion and/or a MaximumVersion ...
Find-Module accepts these parameters, but doesn't work with the objects (even when piped - because it fails to ignore null values), forcing scripts which work with modules to manually deal with Find-Module in awkward ways: