Get-CATemplate

Gets the list of templates set on the CA for issuance of certificates.

Syntax

Get-CATemplate []

Description

The Get-CATemplate cmdlet gets the list of templates set on the certificate authority (CA) for issuance of certificates.

Examples

Example 1: Get the list of templates set on the CA for issuance of certificates

PS C:\> Get-CATemplate

This command gets a list of certificate template entries that each contain a template name.

Inputs

None

Outputs

Microsoft.CertificateServices.Administration.Commands.Common.CertificateTemplate

This cmdlet returns an array of certificate template objects which have two properties: (1) Object Name and (2) Object ID (OID). Both properties are of string type.