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

Get-LatestNetFrameworkUpdate does not have -Version parameter #68

@jonnyt1978

Description

@jonnyt1978

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    wontfixThis will not be worked on

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions