< Back

Get-LatestNetFrameworkUpdate

Sat Jan 18, 2020 9:41 am

NAME Get-LatestNetFrameworkUpdate



SYNOPSIS

Retrieves the latest .NET Framework Cumulative Updates.





SYNTAX

Get-LatestNetFrameworkUpdate [[-OperatingSystem] <String>] [<CommonParameters>]





DESCRIPTION

Retrieves the latest .NET Framework Cumulative Updates from the .NET Framework update history feed. Updates

returned will be the most recent updates (i.e. released in the most recent month).





PARAMETERS

-OperatingSystem <String>

Specifies the the Windows operating system version to search for updates.



Required? false

Position? 1

Default value $script:resourceStrings.ParameterValues.VersionsComplete[0]

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS

System.Management.Automation.PSObject





-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-LatestNetFrameworkUpdate



This commands reads the the .NET Framework update history feed and returns an object that lists the most recent

Windows 10 .NET Framework Cumulative Updates.









-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Get-LatestNetFrameworkUpdate -OperatingSystem WindowsClient



This commands reads the the Windows update history feeds and returns an object that lists the most recent Windows

10/8.1/7 .NET Framework Cumulative Updates.











RELATED LINKS