PowerShell Logo Small

Uninstall-AdcsEnrollmentWebService



This is the built-in help made by Microsoft for the command 'Uninstall-AdcsEnrollmentWebService', 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 Web service or individual instances of it.

SYNTAX


Uninstall-AdcsEnrollmentWebService [-Force] -AuthenticationType <AuthenticationType> -CAConfig <String> [<CommonParameters>]
Uninstall-AdcsEnrollmentWebService [-AllEnrollmentServices] [-Force] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Uninstall-AdcsEnrollmentWebService cmdlet uninstalls the Certificate Enrollment Web Service either entirely removing all instances of it or partially by removing
individual instances.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?linkid=299507
Install-AdcsEnrollmentWebService

REMARKS

<

Examples


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

C:\PS>Uninstall-AdcsEnrollmentWebService –AllEnrollmentServices -force



Description

-----------

This command removes all the Web Enrollment role services without prompting for confirmation.




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

C:\PS>Uninstall-AdcsEnrollmentWebService -CAConfig APP1.corp.contoso.com\corp-APP1-CA -AuthenticationType Certificate



Description

-----------

This command removes the Certificate Enrollment Web Service using the CA specified by the configuration APP1.corp.contoso.com\corp-APP1-CA. The CA configuration is the CA
Computer Name and CA common name separated by a backslash. The authentication type in use is Certificate.