When I run Get-Ca | Get-EnterprisePKIHealthStatus -Debug -Verbose I receive the attached error. I'm running this command from an elevated PowerShell session on Windows 8.1 Enterprise. My PKI consists of an offline root ca and an enterprise sub-ca
Comments: Apparently, the issue is related to issues in CRL/DeltaCRL URL retrieval from certificate/CRL. Sometimes, there are weird characters (returned by C++ functions) and sometimes something else. I moved URL retrieval to fully managed code and the issue should disappear. Anyway, I will work on this issue and provide solution for the next module update.
Comments: Apparently, the issue is related to issues in CRL/DeltaCRL URL retrieval from certificate/CRL. Sometimes, there are weird characters (returned by C++ functions) and sometimes something else. I moved URL retrieval to fully managed code and the issue should disappear. Anyway, I will work on this issue and provide solution for the next module update.