LatestUpdate
LatestUpdate copied to clipboard
Get-LatestNetFrameworkUpdate does not have -Version parameter
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.
- Step 1
- Step 2
- 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.
Won't be fixing this in its current form. See #70