Test-WssPrecheckResult

Test-WssPrecheckResult

Verifies prerequisites for configuration of Windows Server Essentials.

Syntaxe

Test-WssPrecheckResult [ <CommonParameters>]

Description détaillée

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.

Paramètres

<CommonParameters>

Cette applet de commande prend en charge les paramètres courants : -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer et -OutVariable. Pour plus d’informations, consultez about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entrées

Le type d’entrée correspond au type des objets que vous pouvez transmettre à l’applet de commande.

Sorties

Le type de sortie est le type des objets émis par l’applet de commande.

  • Microsoft.WindowsServerSolutions.Setup.ICCommon.PrecheckInfo

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

Exemples

Example 1: Verify prerequisites for the product

This command verifies prerequisites for configuration of Windows Server Essentials.

PS C:\> Test-WssPrecheckResult

Rubriques connexes

Test-WssConfigurationOption

Start-WssConfigurationService

Get-WssConfigurationStatus