Test-WssPrecheckResult

Test-WssPrecheckResult

Verifies prerequisites for configuration of Windows Server Essentials.

Syntax

Test-WssPrecheckResult [ <CommonParameters>]

Detailed Description

The Test-WssPrecheckResult cmdlet verifies prerequisites for configuration of Windows Server Essentials. For example, if a certification authority (CA) is already installed on the server, it fails verification.

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.

  • Microsoft.WindowsServerSolutions.Setup.ICCommon.PrecheckInfo

    This cmdlet generates an object that represents the result of the prerequisite check.

Examples

Example 1: Verify prerequisites for the product

This command verifies prerequisites for configuration of Windows Server Essentials.

PS C:\> Test-WssPrecheckResult

Test-WssConfigurationOption

Start-WssConfigurationService

Get-WssConfigurationStatus