Hi Dominik The purpose here is to send notification to responsible person without them needing to do a manual check. It would greatly simplify if i could List entries that has expires checked and iterating the UUID and get the values i need by the GetEntryString. Do a check on date and send a notification based on extracted valuse. Now i have to get the list and extract the values (TE & UUID) from the output by Select-string -pattern and from that i get two strings that i have to iterate over in...
Ahh timezone messed me up. it is TE that is TimeExpires. since i had the time 00:00:00 in Ui the command gave me TE: 2023-08-09T22:00:00Z e.g my time -2 hours. /Robert
Hi Thanks Paul Yes that is not very good and also the date and time stamp dosen't match. My Entry expired 2023-08-10 00:00:00 but the ListEntries gave me the following: TC: 2023-08-03T13:52:42Z TLM: 2023-08-10T11:35:20Z TE: 2023-08-09T22:00:00Z TLM is the only one that is a close match (except the time) i would guess TE stands for Time Edited and TC is Time Created. what does TLM stand for? I second pauls requst (and others) of having TimeExpires available available through GetEntryString command....
Hi Then how do i check the datetime? is there now way to get this value? Id like to perform a check on upcoming expirations e.g before it happens and notify about this. /Robert