PowerShell Logo Small

Remove-CATemplate



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

Removes the templates from the certification authority (CA) which were set for issuance of certificates.

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


The Remove-CATemplate cmdlet removes the templates from the certification authority (CA) which were set for issuance of certificates.



<

RELATED LINKS

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

REMARKS

<

Examples


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

C:\PS>Remove-CATemplate -AllTemplates



Description

-----------

All the templates on the CA set for certificates issuance are removed.




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

C:\PS>Remove-CATemplate -Name "EFS"



Description

-----------

The template named "EFS" on the CA that is set for certificate issuance is removed.