Get-CMCollectionMembershipEvaluationComponent

Get-CMCollectionMembershipEvaluationComponent

Gets how often Configuration Manager evaluates collection membership.

構文

Parameter Set: SearchByNameMandatory
Get-CMCollectionMembershipEvaluationComponent -SiteSystemServerName <String[]> [ <CommonParameters>]

Parameter Set: SearchBySiteCodeMandatory
Get-CMCollectionMembershipEvaluationComponent -SiteCode <String> [-SiteSystemServerName <String[]> ] [ <CommonParameters>]

詳細説明

The Get-CMCollectionMembershipEvaluationComponent cmdlet gets the value for how often Microsoft System Center 2012 Configuration Manager evaluates collections. System Center 2012 Configuration Manager queries the database at a regular interval to check for changes in collection membership. You can specify which value to get by site server name or site code.

パラメーター

-SiteCode<String>

Specifies a site codes for a Configuration Manager site.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

パイプライン入力を許可する

True (ByPropertyName)

ワイルドカード文字を許可する

false

-SiteSystemServerName<String[]>

Specifies an array of names for Configuration Manager servers.

エイリアス

Name

必須?

true

位置は?

named

既定値

なし

パイプライン入力を許可する

True (ByPropertyName)

ワイルドカード文字を許可する

false

<CommonParameters>

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

入力

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

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

Example 1: Get an evaluation period for a site code

This command gets the evaluation frequency for collection membership for the specified site code.

PS C:\> Get-CMCollectionMembershipEvaluationComponent -SiteCode "CM4"

Example 2: Get an evaluation period for a system

This command gets the evaluation frequency for the server named CM01.West01.Contoso.com.

PS C:\> Get-CMCollectionMembershipEvaluationComponent -SiteSystemServerName "CM01.West01.Contoso.com"

関連トピック

Set-CMCollectionMembershipEvaluationComponent