Hi, I'm receiving an exception during the revocation of a certificate. It is successfully revoking, I'm just getting the following error in my ErrorDump log. Has anyone else encountered this error? I'm using PSPKI v 2.0.0 Thanks.
Exception calling "ParseExact" with "3" argument(s): "String was not recognized as a valid DateTime."
At C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\PSPKI\Get-RequestRow.ps1:37 char:36
Exception calling "ParseExact" with "3" argument(s): "String was not recognized as a valid DateTime."
At C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\PSPKI\Get-RequestRow.ps1:37 char:36
-
$dt = [DateTime]::ParseExact <<<< ($Value,"MM/dd/yyyy HH:mm:ss",[Globalization.CultureInf
o]::InvariantCulture)- CategoryInfo : NotSpecified: (:) [], MethodInvocationException
- FullyQualifiedErrorId : DotNetMethodException