PowerShell Logo Small

Uninstall-AdcsEnrollmentPolicyWebService



This is the built-in help made by Microsoft for the command 'Uninstall-AdcsEnrollmentPolicyWebService', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Uninstalls the Certificate Enrollment Policy Web service.

SYNTAX


Uninstall-AdcsEnrollmentPolicyWebService [-Force] [-KeyBasedRenewal] -AuthenticationType <AuthenticationType> [<CommonParameters>]
Uninstall-AdcsEnrollmentPolicyWebService [-AllPolicyServers] [-Force] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Uninstall-AdcsEnrollmentPolicyWebService cmdlet uninstalls the Certificate Enrollment Policy Web Service.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?linkid=299506
Install-AdcsEnrollmentPolicyWebService

REMARKS

<

Examples


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

C:\PS>Uninstall-AdcsEnrollmentPolicyWebService -AllPolicyServers -force



Description

-----------

This command removes all configurations in the Certificate Enrollment Policy Web Service without prompting for confirmation.




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

C:\PS>Uninstall-AdcsEnrollmentPolicyWebService –AuthenticationType Certificate –KeyBasedRenewal -force



Description

-----------

This command removes the instance of Certificate Enrollment Policy Web Service that is utilizing certificate authentication and is in key-based renewal mode without
prompting for confirmation.