Install-AdcsOnlineResponder

Install-AdcsOnlineResponder

Installs Online Responder service

構文

Parameter Set: DefaultParameterSet
Install-AdcsOnlineResponder [-Credential <PSCredential> ] [-Force] [-Confirm] [-WhatIf] [ <CommonParameters>]

詳細説明

The Install-AdcsOnlineResponder configures the Online Responder service, which provides Online Certificate Status Protocol (OSCP) services. To remove the role service, use the Uninstall-AdcsOnlineResponder cmdlet.

You can import the cmdlet by running the following commands from Windows PowerShell:
Import-Module ServerManager
Add-WindowsFeature Adcs-Online-Cert

パラメーター

-Credential<PSCredential>

You can install the Online Responder role service only on servers that are members of Active Directory Domain Services (AD DS) domains. If you are installing an online responder configured to use a standalone certification authority (CA), then an account that is a member of the local Administrators group of the target server is required. If you are installing an online responder to target an Enterprise CA, then an account that is a member of the Domain Admins group is required.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

true (ByPropertyName)

ワイルドカード文字を許可する

false

-Force

ユーザーの確認を求めずにコマンドを強制的に実行します。

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-Confirm

コマンドレットを実行する前に、ユーザーに確認を求めます。

必須?

false

位置は?

named

既定値

false

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-WhatIf

コマンドレットを実行するとどのような結果になるかを表示します。コマンドレットは実行されません。

必須?

false

位置は?

named

既定値

false

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

<CommonParameters>

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

入力

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

  • PSCredential

出力

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

  • Microsoft.CertificateServices.Deployment.Commands.OCSP.OnlineResponderResult

  • Ensure you run Windows PowerShell® as an administrator. You can use the -force switch to bypass the prompt for confirmation.
    To see parameters, run the following command: install-AdcsOnlineResponder -?

-------------------------- EXAMPLE 1 --------------------------

Description

-----------

This command installs the Online Responder role service.

C:\PS>Install-AdcsOnlineResponder

-------------------------- EXAMPLE 2 --------------------------

Description

-----------

This command forces the installation of the Online Responder role service.

C:\PS>Install-AdcsOnlineResponder -force

関連トピック

Uninstall-AdcsOnlineResponder