Uninstall-AdcsOnlineResponder

Uninstall-AdcsOnlineResponder

Uninstalls the Online Responder service.

Syntax

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

Detailed Description

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

Parameters

-Force

Forces the command to run without asking for user confirmation.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • None

Outputs

The output type is the type of the objects that the cmdlet emits.

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

Notes

  • Ensure you run Windows PowerShell® as an administrator. You can use the -force switch to bypass the prompt for confirmation.

Examples

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

Description

-----------

This command removes Online Responder role service without requiring confirmation.

C:\PS>Uninstall-AdcsOnlineResponder -force

Install-AdcsOnlineResponder