PowerShell Logo Small

Install-AdcsWebEnrollment



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

Installs Certification Authority Web Enrollment

SYNTAX


Install-AdcsWebEnrollment [-CAConfig <String>] [-Credential <PSCredential>] [-Force] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Install-AdcsWebEnrollment cmdlet performs initial installation and configuration of the Certification Authority Web Enrollment role service. To remove the Web Enrollment
role service use the Uninstall-AdcsWebEnrollment cmdlet.


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



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?linkid=299504
Uninstall-AdcsWebEnrollment

REMARKS

<

Examples


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

C:\PS>Install-AdcsWebEnrollment -CAConfig <CAComputerName>\<CACommonName>



Description

-----------

This command installs the Web Enrollment role service to a CA specified by <CAComputerName>\<CACommonName>. Replace the computer name of the certification authority (CA) for
<CAComputerName> and replace the CA common name for <CACommonName> when running the command.




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

C:\PS>Install-AdcsWebEnrollment -CAConfig <CAComputerName>\<CACommonName> -force



Description

-----------

This command isntalls the Web Enrollment role service to a CA specified by <CAComputerName>\<CACommonName> without requiring user confirmation. Replace the computer name of
the certification authority (CA) for <CAComputerName> and replace the CA common name for <CACommonName> when running the command.