PowerShell Logo Small

Get-SilSoftware



This is the built-in help made by Microsoft for the command 'Get-SilSoftware', 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 identity of all software installed on the computer.

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


The Get-SilSoftware cmdlet displays a list of all software products installed on computer. Software Inventory Logging collects the data at the point in time that you run the
cmdlet. You can specify the ID parameter and Name parameter to filter the installed software products that the cmdlet displays.



<

RELATED LINKS

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

REMARKS

<

Examples


Example 1: Display the identity of all installed software

PS C:\> Get-SilSoftware


ID : {6B6533BD-1680-4368-908E-D50977561A86}
InstallDate : 4/1/2013 12:00:00 AM
Name : Microsoft Office Professional Plus 2010
Vendor : Microsoft Corporation
Version : 14.0.6029.1000



This command displays the point in time identity of all software installed on the host server.