Uninstall-AdcsOnlineResponder

Uninstall-AdcsOnlineResponder

Uninstalls the Online Responder service.

構文

Parameter Set: DefaultParameterSet
Uninstall-AdcsOnlineResponder [-Force] [ <CommonParameters>]

詳細説明

The Uninstall-AdcsOnlineResponder cmdlet removes the Online Responder role service.

パラメーター

-Force

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

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

false

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

false

<CommonParameters>

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

入力

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

  • None

出力

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

  • 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.

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

Description

-----------

This command removes Online Responder role service without requiring confirmation.

C:\PS>Uninstall-AdcsOnlineResponder -force

関連トピック

Install-AdcsOnlineResponder