Start-SilAggregator

Start-SilAggregator

Starts the Software Inventory Logging Aggregator.

構文

Parameter Set: Default
Start-SilAggregator [-Force] [-HostPollIntervalInHours <Int32> ] [-PollStartTime <DateTime> ] [-Confirm] [-WhatIf] [ <CommonParameters>]

詳細説明

The Start-SilAggregator cmdlet starts the Software Inventory Logging Aggregator. This cmdlet also sets values for polling start time and host polling interval.

パラメーター

-Force

ユーザーの確認を求めることなく、コマンドを強制的に実行します。

Aliases

none

必須/オプション

false

位置

named

既定値

none

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

false

-HostPollIntervalInHours<Int32>

Specifies the polling interval in hours. このパラメーターに指定できる値は、次のとおりです。 integers from 1 to 168. A value of 168 is once per week.

Aliases

none

必須/オプション

false

位置

named

既定値

none

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

false

-PollStartTime<DateTime>

Specifies the polling start date and time, at least one hour in the future.

Aliases

none

必須/オプション

false

位置

named

既定値

none

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

false

-Confirm

コマンドレットを実行する前に確認メッセージを表示します。

必須/オプション

false

位置

named

既定値

false

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

false

-WhatIf

コマンドレットが実行された場合に何が起きるのかを示します。コマンドレットは実行されません。

必須/オプション

false

位置

named

既定値

false

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

false

<CommonParameters>

このコマンドレットは共通のパラメーターをサポートしています(-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、および -OutVariable)。詳細については、TechNet の「 「about_CommonParameters」 (https://go.microsoft.com/fwlink/p/?LinkID=113216) を参照してください。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットが出力するオブジェクトの型です。

使用例

Example 1: Start the Software Inventory Logging Aggregator

This command starts the Software Inventory Logging Aggregator by using current configuration settings.

PS C:\> Start-SilAggregator

Example 2: Start the aggregator and set polling interval

This command starts the Software Inventory Logging Aggregator. The command sets the value of the host polling interval to every five hours.

PS C:\> Start-SilAggregator -HostPollIntervalInHours 5 

Example 3: Start the aggregator and set start time for polling

This command starts the Software Inventory Logging Aggregator. The command sets the value of time to start host polling.

PS C:\> Start-SilAggregator -PollStartTime "2014-10-01 15:08:46"

Example 4: Start the aggregator and set values

This command starts the Software Inventory Logging Aggregator. The command sets the value of the host polling interval to every five hours and sets the value of time to start host polling.

PS C:\> Start-SilAggregator -HostPollIntervalInHours 5 -PollStartTime "2014-10-01 15:08:46" 

関連項目

Get-SilAggregator

Set-SilAggregator

Stop-SilAggregator

Software Inventory Logging Cmdlets in Windows PowerShell