다음을 통해 공유


Get-SilAggregator

Get-SilAggregator

Gets configuration settings for the Software Inventory Logging Aggregator.

구문

Get-SilAggregator [ <CommonParameters>]

자세한 설명

The Get-SilAggregator cmdlet gets configuration settings for the Software Inventory Logging Aggregator. The configuration settings include running state of the application, host polling interval, polling start time, the target URI of the local aggregator, certificate thumbprints that the local aggregator accepts, and the user type chosen during installation to run all Aggregator services and tasks. The default value for the host polling interval is once per hour. The default polling start time is one hour after you run the Start-SilAggregator cmdlet. The target URI is the address to which other servers send inventory data.

매개 변수

<CommonParameters>

이 cmdlet은 -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, -OutVariable 등의 일반 매개 변수를 지원합니다. 자세한 내용은 TechNet의 about_CommonParameters(https://go.microsoft.com/fwlink/p/?LinkID=113216)

입력

입력 형식은 cmdlet으로 파이프할 수 있는 개체의 형식입니다.

출력

출력 형식은 cmdlet 실행 시 출력되는 개체의 형식입니다.

Example 1: Get configuration settings

This command gets the current configuration settings of the Software Inventory Logging Aggregator.

PS C:\> Get-SilAggregator

관련 항목

Set-SilAggregator

Start-SilAggregator

Stop-SilAggregator

Software Inventory Logging Cmdlets in Windows PowerShell