< Back

Get-LatestMonthlyRollup

Sat Jan 18, 2020 9:40 am

NAME Get-LatestMonthlyRollup



SYNOPSIS

Retrieves the latest Windows 8.1 and 7 Monthly Rollup Update.





SYNTAX

Get-LatestMonthlyRollup [[-OperatingSystem] <String>] [-Previous] [<CommonParameters>]





DESCRIPTION

Retrieves the latest Windows 8.1 and 7 Monthly Rollup Update from the Windows 8.1/7 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.Versions87[0]

Accept pipeline input? true (ByValue)

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



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

Windows 8.1 Monthly Rollup Update.









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



PS C:\\>Get-LatestMonthlyRollup -OperatingSystem Windows7



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

7 Monthly Rollup Update.











RELATED LINKS