We have a scheduled script that removes operators if their LastLoginTime is greater than 90 days. However, we run into an issue when an operator has never signed in, since their LastLoginTime is set to “Thu, 01 Jan 1970 00:00:01 +0000” by default.
We can ignore operators with “Thu, 01 Jan 1970 00:00:01 +0000” as the LastLoginTime, but we do want to remove these accounts after 90 days as well. Being able to retrieve the creation date would allow us to do a check and make sure an operator with a >90 day old LastLoginTime is not also a brand new account.