The following will dump all the attributes for an account:
# /opt/quest/bin/vastool -u host/ attrs <username>
Add a tee to dump it to a file:
# /opt/quest/bin/vastool -u host/ attrs <username> 2>&1 | tee /tmp/attrs.out
The following will show when the password was last set.
# /opt/quest/bin/vastool -u host/ attrs <username> | grep pwdLastSet
And if it's locked out:
# /opt/quest/bin/vastool -u host/ attrs <username> | grep lockoutTime
Note that the output will be a 18-digit Active Directory timestamp. There are many online sites that provide the ability to convert this to a "human readable" date. Search on something similar to "LDAP, Active Directory, Filetime Timestamp Converter".
© 2025 One Identity LLC. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center