PowerShell Logo Small

Get-SilLogging



This is the built-in help made by Microsoft for the command 'Get-SilLogging', 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 configuration settings for Software Inventory Logging.

SYNTAX


Get-SilLogging [[-CimSession] <CimSession[]>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-SilLogging cmdlet displays configuration settings for Software Inventory Logging. If logging is started, Software Inventory Logging collects data daily from all
Software Inventory Logging data sources, and then forwards this data over the network to an aggregation server. Specify an aggregation server by using the Set-SilLogging
cmdlet. If you do not specify an aggregation server and the server is a virtual machine that runs on a Hyper-V host, then the daily collection forwards the Software
Inventory Logging data to a location that its Windows Server host can access. The cmdlet gets the state, either started or stopped, of the daily collection, the time of day
that the daily collection runs, the uniform resource identifier (URI) of the aggregation server, and the certificate thumbprint to use for encryption.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkID=216582
Set-SilLogging
Start-SilLogging
Stop-SilLogging
Publish-SilData

REMARKS

<

Examples


Example 1: Get settings for the current computer

PS C:\> Get-SilLogging
SIL Running State : Started
SIL Time Of Day : 01/01/2013 3:00:00AM
Target URI : https://log03.hosts.contoso.com
Certificate Thumbprint :



This command displays the configuration settings for Software Inventory Logging.