get-catemplate
Gets the list of templates set on the certification authority (CA) for issuance of certificates.
Syntax
Get-CATemplate []
Description
The Get-CATemplate cmdlet gets the list of templates set on the CA for issuance of certificates.
Examples
-------------------------- EXAMPLE 1 --------------------------
C:\PS>Get-CATemplate
Description
Return a list of certificate template entries that each contain a template name.
Inputs
None
Outputs
Microsoft.CertificateServices.Administration.Commands.Common.CertificateTemplate
The output object type will contain an array of certificate template objects which will have two properties: (1) Object Name and (2) Object ID (OID). Both properties are of string type.