< Back

Get-LatestAdobeFlashUpdate

Sat Jan 18, 2020 9:40 am

NAME Get-LatestAdobeFlashUpdate



SYNOPSIS

Retrieves the latest Adobe Flash Player Updates.





SYNTAX

Get-LatestAdobeFlashUpdate [[-OperatingSystem] <String>] [[-Version] <String[]>] [-Previous] [<CommonParameters>]





DESCRIPTION

Retrieves the latest Adobe Flash Player Updates for Windows 10 and 8.1 from the Windows update history feeds.





PARAMETERS

-OperatingSystem <String>

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



Required? false

Position? 1

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

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



-Version <String[]>

Specifies the Windows 10 Semi-annual Channel version number. Only valid when 'Windows10' is specified for

-OperatingSystem.



Required? false

Position? 2

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

Accept pipeline input? false

Accept wildcard characters? false



-Previous [<SwitchParameter>]

Specifies that the previous to the latest update should be returned.



Required? false

Position? named

Default value False

Accept pipeline input? false

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-LatestAdobeFlashUpdate



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

Windows 10 Semi-annual Channel Adobe Flash Player Updates.









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



PS C:\\>Get-LatestAdobeFlashUpdate -OperatingSystem Windows10 -Version 1809



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

Windows 10 1809 Adobe Flash Player Updates.









-------------------------- EXAMPLE 3 --------------------------



PS C:\\>Get-LatestAdobeFlashUpdate -Version 1809



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

Windows 10 1809 Adobe Flash Player Updates.









-------------------------- EXAMPLE 4 --------------------------



PS C:\\>Get-LatestAdobeFlashUpdate -OperatingSystem Windows8



This commands reads the the Windows 8 update history feed and returns an object that lists the most recent Adobe

Flash Player Updates.











RELATED LINKS