Skip to content

Latest commit

 

History

History
108 lines (75 loc) · 2.38 KB

Uninstall-AdcsOnlineResponder.md

File metadata and controls

108 lines (75 loc) · 2.38 KB
description external help file Module Name ms.date online version schema title
Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
Microsoft.CertificateServices.Deployment.Commands.dll-Help.xml
ADCSDeployment
12/27/2016
2.0.0
Uninstall-AdcsOnlineResponder

Uninstall-AdcsOnlineResponder

SYNOPSIS

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

Uninstall-AdcsOnlineResponder -Force

This command removes Online Responder role service without requiring confirmation.

PARAMETERS

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf

Required: False
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
Parameter Sets: (All)
Aliases: 

Required: False
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
Parameter Sets: (All)
Aliases: wi

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

Microsoft.CertificateServices.Deployment.Common.OCSP.OnlineResponderResult

NOTES

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

RELATED LINKS

Install-AdcsOnlineResponder