Search-TssSecret returning invalid data for LastPasswordChangeAttempt #317
Unanswered
enphyniti
asked this question in
Q&A : Module
Replies: 2 comments
-
It appears that this behavior also exists in get-tssSecret as well: Get-TssSecret $myTSSession -Id $secretID |fl lastpasswordchangeattempt LastPasswordChangeAttempt : 1/1/0001 12:00:00 AM |
Beta Was this translation helpful? Give feedback.
0 replies
-
So I found a way around my problem. I don't love it, but it works. I can get the last RPC date and status with Get-TssSecretPasswordStatus, so that will work. Still a bummer that Get-TssSecret and Search-TssSecret don't return data correctly, but at least I can work around it now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good afternoon. Apologies if this is not the right forum for this type of question. I'm doing some script work with thycotic.secretserver and noticed that I don't get valid data for "lastPasswordChangeAttempt." For example:
Search-TssSecret $myTSSession -FolderId $fldrID |select lastpasswordchangeattempt
LastPasswordChangeAttempt
1/1/0001 12:00:00 AM
1/1/0001 12:00:00 AM
1/1/0001 12:00:00 AM
1/1/0001 12:00:00 AM....
I would expect this on new secrets that have never been rotated, but I rotated (and validated) all of the secrets in this folder prior to this. Is this a bug, or am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions