LatestUpdate icon indicating copy to clipboard operation
LatestUpdate copied to clipboard

Get-LatestNetFrameworkUpdate does not have -Version parameter

Open jonnyt1978 opened this issue 4 years ago • 1 comments

Expected Behavior

Ability to specify LatestNetFrameworkUpdate -Version 1709 and only see updates for Windows 10 Version 1709

Current Behavior

Error message:

Get-LatestNetFrameworkUpdate : A parameter cannot be found that matches parameter name 'version'.

Failure Information (for bugs)

If no -Version parameter is specified, the command loops through ALL the available .NET Framework updates

Please help provide information about the failure if this is a bug by issuing the command using the -Verbose command.

Paste the verbose output from the command here

Get-LatestNetFrameworkUpdate : A parameter cannot be found that matches parameter name 'version'. At line:1 char:30

  • Get-LatestNetFrameworkUpdate -version
  •                          ~~~~~~~~
    
    • CategoryInfo : InvalidArgument: (:) [Get-LatestNetFrameworkUpdate], ParameterBindingException
    • FullyQualifiedErrorId : NamedParameterNotFound,Get-LatestNetFrameworkUpdate

If it is not a bug, please remove the rest of this template.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. Step 1
  2. Step 2
  3. Step 3 (and so on)

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

  • LatestUpdate Version: 3.0.171
  • PowerShell Version: 5.1.19041.1
  • Operating System: Windows 10 Version 2004 X64

Failure Logs

Please include any relevant log snippets or files here.

jonnyt1978 avatar Sep 09 '20 10:09 jonnyt1978

Won't be fixing this in its current form. See #70

aaronparker avatar Oct 09 '20 00:10 aaronparker