PowerShell Logo Small

Get-SilWindowsUpdate



This is the built-in help made by Microsoft for the command 'Get-SilWindowsUpdate', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Displays the point in time list of all Windows updates installed on the computer.

SYNTAX


Get-SilWindowsUpdate [[-ID] <String[]>] [-AsJob] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-SilWindowsUpdate cmdlet displays a list of Windows updates installed on a computer that runs the Windows Server operating system. If you do not specify the ID
parameter, the cmdlet displays all Windows updates installed on the system. Software Inventory Logging collects the data at the point in time that you run the cmdlet.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=216605
Start-SilLogging
Get-SilUalAccess
Get-SilComputer
Get-SilData
Get-SilLogging

REMARKS

<

Examples


Example 1: Display a list of Windows updates

PS C:\> Get-SilWindowsUpdate


ID : KB280289
InstallDate : 4/1/2013



This command displays a point in time list of Windows updates installed on the local computer.