PowerShell Logo Small

Add-CATemplate



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

Adds a certificate template to the CA.

SYNTAX


Add-CATemplate [-Name] <String> [-Force] [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Add-CATemplate cmdlet adds a certificate template to the CA for issuing.


A certificate template is a preconfigured list of certificate settings that allows users and computers to enroll for certificates without having to create complex
certificate requests. Certificate templates allow for the customization of a certificate that can be issued by the CA. The template defines items such as the cryptographic
types, validity and renewal periods, and certificate purposes.


The certificate templates are stored in Active DirectoryDomain Services (ADDS). Many default certificate templates are added to ADDS when the CA role service is installed.
The Add-CATemplate cmdlet does not allow you to create new templates or duplicate existing templates.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkID=290938
Get-CATemplate
Remove-CATemplate

REMARKS

<

Examples


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

C:\PS>Add-CATemplate -Name EFS



Description

-----------

Adds a CA template with the template display name Basic EFS and the template name EFS.