but that doesn't provide much details eitherwhat 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