Hi,
I'm running the following command where __$IssuingCA__ is the FQDN of my Issuing CA.
```
Get-CertificationAuthority -computername $IssuingCA | Get-IssuedRequest -filter "NotBefore -ge $(get-date '6/13/2014 4:00:00 PM')" -property "CertificateTemplate"
```
Some of the returned certs have a blank in the CertificateTemplate field and some are correctly populated. When I look at the Certification Authority MMC, I can see that all my issued certs have a template associated with them. What might cause this discrepancy? How can I resolve this so the above command will properly retrieve the CertificateTemplate attribute for all my certs?
Thank you.
Comments: fixed in v3.0
I'm running the following command where __$IssuingCA__ is the FQDN of my Issuing CA.
```
Get-CertificationAuthority -computername $IssuingCA | Get-IssuedRequest -filter "NotBefore -ge $(get-date '6/13/2014 4:00:00 PM')" -property "CertificateTemplate"
```
Some of the returned certs have a blank in the CertificateTemplate field and some are correctly populated. When I look at the Certification Authority MMC, I can see that all my issued certs have a template associated with them. What might cause this discrepancy? How can I resolve this so the above command will properly retrieve the CertificateTemplate attribute for all my certs?
Thank you.
Comments: fixed in v3.0