List of AD users with last logon date – PowerShell
In this post I will show you how to list all AD users and date of last logon for that accounts. This command will help to find out accounts which are not needed anymore and should be disabled or removed. I will use here Get-ADUser cmdlet. Output will be limited to have accounts with enabled status. [crayon-6a25755f73842024018351/]…

