PowerShell Logo Small

Install-AdcsEnrollmentPolicyWebService



This is the built-in help made by Microsoft for the command 'Install-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

Performs the configuration of Certificate Enrollment Policy Web service.

SYNTAX


Install-AdcsEnrollmentPolicyWebService [-AuthenticationType <AuthenticationType>] [-Credential <PSCredential>] [-Force] [-KeyBasedRenewal] [-SSLCertThumbprint <String>]
[<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Install-AdcsEnrollmentPolicyWebService cmdlet performs the configuration of Certificate Enrollment Policy Web service. It is also used to create additional instances of
the service within an existing installation. To remove the certification authority role service use the Uninstall-AdcsEnrollmentPolicyWebService cmdlet.


You can import the cmdlet by running the following commands from Windows PowerShell:
Import-Module ServerManager
Add-WindowsFeature Adcs-Enroll-Web-Pol



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?linkid=299500
Uninstall-AdcsEnrollmentPolicyWebService

REMARKS

<

Examples


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

C:\PS>Install-AdcsEnrollmentPolicyWebService -AuthenticationType Kerberos -SSLCertThumbprint <sslCertThumbPrint>



Description

-----------

This command installs the Certificate Enrollment Policy Web Service using Kerberos for authentication. Replace <sslCertThumbPrint> with the actual certificate thumbprint.
For information on obtaining a certificate thumbprint using PowerShell, see Certificate Provider (http://go.microsoft.com/fwlink/?LinkId=225044).




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

C:\PS>Install-AdcsEnrollmentPolicyWebService -AuthenticationType Username -SSLCertThumbprint <sslCertThumbPrint>



Description

-----------

This command installs the Certificate Enrollment Policy Web Service specifying that username and password is used for authentication. Replace <sslCertThumbPrint> with the
actual certificate thumbprint.




-------------------------- EXAMPLE 3 --------------------------

C:\PS>Install-AdcsEnrollmentPolicyWebService -AuthenticationType Username -SSLCertThumbprint <sslCertThumbPrint> -KeyBasedRenewal



Description

-----------

This command installs the Certificate Enrollment Policy Web Service specifying that username and password is used for authentication and configures the service for Key-Based
Renewal of the certificate. Replace <sslCertThumbPrint> with the actual certificate thumbprint.