Get-WASAssessment

Gets a list of available assessments.

Syntax

Get-WASAssessment
   [-AssessmentID] <Guid[]>
   [<CommonParameters>]
Get-WASAssessment
   [[-AssessmentName] <String[]>]
   [<CommonParameters>]
Get-WASAssessment
   [-ProgrammaticName] <String[]>
   [<CommonParameters>]

Description

The Get-WASAssessment cmdlet returns a list of assessments that are available on the dep_nextref_was 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 dep_nextref_wasc, or use the recommended settings.

Examples

Example 1: Get all assessments

PS C:\>Get-WASAssessment

This command gets all assessments registered with dep_nextref_was.

Example 2: Get assessments by using a search string

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

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

Example 3: Get an assessment with a specific ID

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

This command gets an assessment with a specific assessment ID.

Parameters

-AssessmentID

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.

Type:Guid[]
Position:0
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-AssessmentName

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.

Type:String[]
Position:0
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ProgrammaticName

{{Fill ProgrammaticName Description}}

Type:String[]
Position:0
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False