Uninstall-Adcs Online Responder

Uninstalls the Online Responder service.

Syntax

Uninstall-AdcsOnlineResponder
         [-Force]
         [-WhatIf]
         [-Confirm]
         [<CommonParameters>]

Description

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

Examples

Example 1: Uninstall the Online Responder role service

PS C:\> Uninstall-AdcsOnlineResponder -Force

This command removes Online Responder role service without requiring confirmation.

Optional Parameters

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: SwitchParameter
Aliases: cf
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Force

Forces the command to run without asking for user confirmation.

Type: SwitchParameter
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type: SwitchParameter
Aliases: wi
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

Inputs

None

Outputs

Microsoft.CertificateServices.Deployment.Commands.OCSP.OnlineResponderResult

Notes

  • Ensure you run Windows PowerShell as an administrator. You can use the Force parameter to bypass the prompt for confirmation.