Networking & Computer Hacks, Android phone apps & Games

Wednesday 3 January 2018

Export the ad users list with created date and last login date

Export the ad users list with created date and last login date Using Powershell



Please run the below command on PowerShell for simple LastLogonDate(LogontimeStamp)


Get-ADUser -Filter * -Properties * | select DisplayName,createtimestamp,LastlogonDate | Export-Csv C:\YourFolder\Report.csv

No comments:

Post a Comment