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>

이 cmdlet은 일반 매개 변수 -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer 및 -OutVariable을 지원합니다. 자세한 내용은 다음을 참조하세요. about_CommonParameters(https://go.microsoft.com/fwlink/p/?LinkID=113216).

입력

입력 유형은 cmdlet에 파이프할 수 있는 개체의 유형입니다.

출력

출력 유형은 cmdlet이 내보내는 개체의 유형입니다.

예제

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