Test-WssPrecheckResult

Test-WssPrecheckResult

Verifies prerequisites for configuration of Windows Server Essentials.

Sintaxis

Test-WssPrecheckResult [ <CommonParameters>]

Descripción detallada

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.

Parámetros

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

  • Microsoft.WindowsServerSolutions.Setup.ICCommon.PrecheckInfo

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

Ejemplos

Example 1: Verify prerequisites for the product

This command verifies prerequisites for configuration of Windows Server Essentials.

PS C:\> Test-WssPrecheckResult

Temas relacionados

Test-WssConfigurationOption

Start-WssConfigurationService

Get-WssConfigurationStatus