Compartilhar via


Test-WssPrecheckResult

Test-WssPrecheckResult

Verifies prerequisites for configuration of Windows Server Essentials.

Sintaxe

Test-WssPrecheckResult [ <CommonParameters>]

Descrição detalhada

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>

Esse cmdlet dá suporte a parâmetros comuns: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer e -OutVariable. Para obter mais informações, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

O tipo de entrada é o tipo dos objetos que você pode canalizar para o cmdlet.

Saídas

O tipo de saída é o tipo de objeto emitido pelo cmdlet.

  • Microsoft.WindowsServerSolutions.Setup.ICCommon.PrecheckInfo

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

Exemplos

Example 1: Verify prerequisites for the product

This command verifies prerequisites for configuration of Windows Server Essentials.

PS C:\> Test-WssPrecheckResult

Tópicos relacionados

Test-WssConfigurationOption

Start-WssConfigurationService

Get-WssConfigurationStatus