Hi Team,
How we can get the days until password expires with the help of Bigfix.
Hi Team,
How we can get the days until password expires with the help of Bigfix.
This works for me on my laptop (logged into a domain) and should work on devices with multiple users as well
(maximum password age of security database) - (password age of ((users of logged on users) whose (name of it as string = name of current user as string)))
Thanks for your reply, yes its working for me as well with days and time output… If we want only days so what will be the relevance.
We are using below relevance:-
Q: (maximum password age of security database) - (password age of users of logged on users)
A: 10 days, 00:57:27
T: 0.021 ms
Try this:
Q: preceding text of first "," of (((maximum password age of security database) - (password age of users of logged on users)) as string)
Thanks for your reply. Its working for me