Get-WASAssessment

Get-WASAssessment

Gets a list of available assessments.

構文

Parameter Set: AssessmentId
Get-WASAssessment [-AssessmentID] <Guid[]> [ <CommonParameters>]

Parameter Set: AssessmentName
Get-WASAssessment [[-AssessmentName] <String[]> ] [ <CommonParameters>]

詳細説明

The Get-WASAssessment cmdlet returns a list of assessments that are available on the server. It also displays metadata, such as the GUID, the name of the assessment and the category for the assessment. You can't modify the assessment settings in these assessments. The list includes assessments that are predefined in the , or use the recommended settings.

パラメーター

-AssessmentID<Guid[]>

Specifies the GUID of the assessment you want to get. You must specify the full GUID. If this parameter is not specified, all assessments are listed.

エイリアス

なし

必須?

true

位置は?

1

既定値

なし

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

false

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

false

-AssessmentName<String[]>

Specifies the name of the assessment you want to get. The full name of the assessment isn’t required. Wildcards are accepted. If this parameter is not specified, all assessments are listed.

エイリアス

なし

必須?

false

位置は?

1

既定値

なし

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

false

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

false

<CommonParameters>

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

入力

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

出力

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

Example 1: Get all assessments

This command gets all assessments registered with .

PS C:\> Get-WASAssessment

Example 2: Get assessments by using a search string

This command gets all assessments that have a name that starts with Minifilter.

PS C:\> Get-WASAssessment -AssessmentName Minifilter*

Example 3: Get an assessment with a specific ID

This command gets an assessment with a specific assessment ID.

PS C:\> Get-WASAssessment -AssessmentId 8aa74479-d580-4d74-a4d2-f57d0f503003

関連トピック

Update-WASJob

Windows Assessment Services Technical Reference