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: Revert this line back to original value. Instead, you need to edit previous line (463) as follows: ``` PowerShell $elapsed = ((Get-Date) - $resp.SignerCertificates[0].NotBefore).TotalSeconds ``` `$elapsed` variable should store `[double]` value.
Comments: Revert this line back to original value. Instead, you need to edit previous line (463) as follows: ``` PowerShell $elapsed = ((Get-Date) - $resp.SignerCertificates[0].NotBefore).TotalSeconds ``` `$elapsed` variable should store `[double]` value.