PowerShell Logo Small

Get-SilComputer



This is the built-in help made by Microsoft for the command 'Get-SilComputer', 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 values for specific server and operating system-related data.

SYNTAX


Get-SilComputer [-AsJob] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-SilComputer cmdlet displays the point in time values for specific server and operating system-related data needed for most common inventory purposes. The data is
collected at the point in time when the cmdlet runs.



<

RELATED LINKS


Online Version: http://go.microsoft.com/fwlink/?LinkID=216575

REMARKS

<

Examples


Example 1: Retrieve Software Inventory Logging computer data

PS C:\> Get-SilComputer
ChassisSerialNumber : 7ZQ7TJ1
CollectedDateTime : 5/20/2013 3:18:42 PM
Model : Precision WorkStation T7400
Name : Server.Test.Contoso.com
NumberOfCores : 4
NumberOfLogicalProcessors : 4
NumberOfProcessors : 1
OSName : Microsoft Windows Server 2012 R2 Datacenter Preview
OSSku : 8
OSSuite : 400
OSSuiteMask : 400
OSVersion : 6.3.9405
ProcessorFamily : 179
ProcessorManufacturer : GenuineIntel
ProcessorName : Intel(R) Xeon(R) CPU E5440 @ 2.83GHz
SystemManufacturer : Dell Inc.
VmGuid :



This command displays the point in time values for all server and operating system-related data.