Get-WssBpaScanResult

Get-WssBpaScanResult

Gets the most recent BPA scan result.

Syntax

Get-WssBpaScanResult [ <CommonParameters>]

Detailed Description

The Get-WssBpaScanResult cmdlet gets the most recent Best Practices Analyzer (BPA) scan result. The BPA compares the server configuration with guidelines for the ideal way, under normal circumstances, to configure a server.

Parameters

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

Example 1: Get a BPA scan result

This command gets the most recent BPA scan result.

PS C:\> Get-WssBpaScanResult

Invoke-WssBpaScan