Test-WssPrecheckResult

Test-WssPrecheckResult

Verifies prerequisites for configuration of Windows Server Essentials.

構文

Test-WssPrecheckResult [ <CommonParameters>]

詳細説明

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.

パラメーター

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

  • Microsoft.WindowsServerSolutions.Setup.ICCommon.PrecheckInfo

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

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