Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.

Get-LatestNetFrameworkUpdate does not have -Version parameter #68

Open
jonnyt1978 opened this issue Sep 9, 2020 · 1 comment
Open
Labels
wontfix This will not be worked on

Comments

@jonnyt1978
Copy link

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.

@aaronparker aaronparker added the wontfix This will not be worked on label Oct 9, 2020
@aaronparker
Copy link
Owner

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants