PowerShell Logo Small

Stop-SilLogging



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

Stops Software Inventory Logging daily logging.

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


The Stop-SilLogging cmdlet stops 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=240207
Get-SilLogging
Set-SilLogging
Start-SilLogging
Publish-SilData

REMARKS

<

Examples


Example 1: Stop logging

PS C:\> Stop-SilLogging



This command stops Software Inventory Logging for the current computer.