PowerShell Logo Small

Get-SilData



This is the built-in help made by Microsoft for the command 'Get-SilData', 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 a point in time collection of all Software Inventory Logging data.

SYNTAX


Get-SilData [[-FileName] <String>] [-AsJob] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-SilData cmdlet displays a point in time collection from all Software Inventory Logging data sources. If this cmdlet runs on a Hyper-V Windows Server host that is
running at least Windows Server® 2012 R2 Preview, it will also display data from all guests that are also running at least Windows Server 2012 R2 Preview running in virtual
machines on that host. Data is collected at the point in time when the cmdlet runs.


Windows Server running in guest virtual machines needs to have Software Inventory Logging started and inventory collection run at least once. The default setting is stopped.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkID=216578
Publish-SilData

REMARKS

<

Examples


Example 1: Retrieve Software Inventory Logging data

PS C:\> Get-SilData
Item : __PARAMETERS
VmGuid : 15F8DF27-183C-46BE-A037-2D8797E75C1C
Item : MsftSil_UalAccess (RoleGuid = "7fb09bd3-7fe6-435e-8348-7d8aefb6cea3")
VmGuid : 15F8DF27-183C-46BE-A037-2D8797E75C1C
Item : MsftSil_Computer (Name = "Contoso-01.Server.Test.Contoso...)
VmGuid : 15F8DF27-183C-46BE-A037-2D8797E75C1C


PSComputerName :


ID : KB999114
InstallDate : 5/15/2013


ChassisSerialNumber : 7ZQ7TJ1
CollectedDateTime : 5/20/2013 3:20:09 PM
Model : Precision WorkStation T7400
Name : Server01.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 :


ProductName : Windows Server 2012 R2 Datacenter Preview
RoleGuid : 10a9226f-50ee-49d8-a393-9a501d47ce04
RoleName : File Server
SampleDate : 5/18/2013
UniqueDeviceAccessCount : 32
UniqueUserAccessCount : 55


ProductName : Windows Server 2012 R2 Datacenter Preview
RoleGuid : 7fb09bd3-7fe6-435e-8348-7d8aefb6cea3
RoleName : Print and Document Services
SampleDate : 5/18/2013
UniqueDeviceAccessCount : 2
UniqueUserAccessCount : 6


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



This command displays a point in time collection Software Inventory Logging data.