In an article we published yesterday, we provided a simple PowerShell script to export a list of all of your stale Active Directory user accounts to a simple text file with nice columns that you could manipulate in Excel.
In this follow-up article, we explain how to easily see the important login, log off and account creation dates that are stored in Active Directory.
If you’re new to Active Directory this might look daunting but it really is simple:
Both whenChanged and pwdLastSet are potentially useful Active Directory attributes, but they record very different information.
As noted above, whenChanged is the date ANY change that anyone, including administrators, made to the user’s Active Directory account whereas pwdLastSet is the date and time a users password was changed.
This website uses cookies.