Quantcast
Channel: Security forum
Viewing all articles
Browse latest Browse all 12072

Get-RevokedRequest | Showing different time as compare to the original revocation time in CA console

$
0
0

I am trying to get a report of revoked list of certs for last 24 hours. But when i run the output time shows in powershell windows is different compare to original revocation time in CA console. Original console shows time below for the Req ID: 6

When i check in output for the cert Req ID "6" it shows below time under "Revoked When".

Attached screenshot.

Below the code i am using:

Get-RevokedRequest -CertificationAuthority $env:COMPUTERNAME -Filter "RequestID -eq 6" -Property * | Select RequestID, @{Label="RequesterName";Expression={($_."Request.RequesterName")}}, CommonName, Notafter, EMail, DistinguishedName, @{Label="Revoked When";Expression={($_."Request.RevokedWhen")}} | Format-Table -AutoSize

Is it a bud? i am running this command directly on the internal CA server itself? not remote also the timezone is Pacific time (US and Canada) even the DC also in same time zone. Not sure why the output comes with different time.


Viewing all articles
Browse latest Browse all 12072

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>