I ran the cmdlet and got the below output....
Thumbprint Subject
---------- -------
A3E3AE944D46CA0EBA599F148B
I don't see any expiration date. Was it suppose to show the expiration date?
Thanks,
Tom
Main Topics
Browse All Topics





by: Chris-DentPosted on 2009-07-08 at 02:15:11ID: 24801879
Hey,
That shouldn't be too tricky actually...
Can you see if this gives you the right certificates?
Get-ChildItem cert:\LocalMachine\My
If it does, all we need to do is filter on the "NotAfter" field and post the results to the event log, neither of which is particularly hard either.
Chris