This repository has been archived by the owner on Jun 7, 2022. It is now read-only.
Replies: 1 comment 3 replies
-
Expire date is the date it expires. If you want to see what has or will expire by a certain date, that's the date you use. By getting certs that expire after a certain date, that includes all that expire from 60 days ago, not just from 60 days ago until now. If you want to see what expired in the last 60 days, you need to use |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am just playing around/ testing a few things and I ran the following
Find-TppCertificate -Path '\ved\policy' -Recursive -ExpireAfter (get-date).AddDays(-60)
It returned circa 3000 expired certs.
However, when I check the webportal (dashboard - certificates - expired) it shows me 241.
Am I doing something wrong? Is there any way to filter out certificates which have been renewed?
I pulled one out at random and checked the certificate, and it shows as being renewed a few days ago.
In short, I am just trying to get a list of certificates which are on the expired list. Thanks.
Thanks in advance :)
Beta Was this translation helpful? Give feedback.
All reactions