PowerShell Logo Small

Start-SilLogging



This is the built-in help made by Microsoft for the command 'Start-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

Starts Software Inventory Logging daily logging.

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


The Start-SilLogging cmdlet starts Software Inventory Logging daily 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.



<

RELATED LINKS

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

REMARKS

<

Examples


Example 1: Start logging

PS C:\> Start-SilLogging



This command starts Software Inventory Logging for the current computer.