Quantcast
Channel: Public Key Infrastructure PowerShell module
Viewing all articles
Browse latest Browse all 729

New Post: Is there a way to pull the Validity period for a particular certificate template?

$
0
0
but that doesn't provide much details either
what do you mean? Get-CertificateTemplate contains all information about certificate template that is visible in the Certificate Templates MMC.

just to clarify: by default, Get-CertificateTemplate shows only basic information (it is formatted). In order to view all settings, you should pipe the result to a Format-List cmdlet:
Get-CertificateTemplate -Name WebServer | Format-List

Viewing all articles
Browse latest Browse all 729

Trending Articles