Get-CATemplate

Get-CATemplate

Gets the list of templates set on the certification authority (CA) for issuance of certificates.

Sintaxis

Get-CATemplate [ <CommonParameters>]

Descripción detallada

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

Parámetros

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

  • None

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

  • 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.

Ejemplos

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

Description

-----------

Return a list of certificate template entries that each contain a template name.

C:\PS>Get-CATemplate

Temas relacionados

Add-CATemplate

Remove-CATemplate