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: To get the new PSPKI.zip and PKI.Core.dll to work I performed the following steps: Uninstalled current version of PSPKI Install PSPKI 3.1.0 Replace all files with PSPKi.zip Replace PKI.core.dll Run ``` Get-ChildItem -Path "C:\Program Files\Sysadmins LV\PowerShell\Modules\PSPKI" | %{$_ | Unblock-File -verbose} ``` from an elevated PowerShell prompt.
Comments: To get the new PSPKI.zip and PKI.Core.dll to work I performed the following steps: Uninstalled current version of PSPKI Install PSPKI 3.1.0 Replace all files with PSPKi.zip Replace PKI.core.dll Run ``` Get-ChildItem -Path "C:\Program Files\Sysadmins LV\PowerShell\Modules\PSPKI" | %{$_ | Unblock-File -verbose} ``` from an elevated PowerShell prompt.