Active Directory Audit and DataAnalysis
Run below Quary → Export →Active Directory user list→ “Excel / MSSQL” , This is very useful to analysis no longer users and last logon analytics
Get-ADUser -Filter * -Properties * |select DisplayName,
EmailAddress, mail, msExchWhenMailboxCreated, whenCreated, whenChanged,
lastLogonDate, Enabled, DistinguishedName | Export-Csv
C:\Users\Aravinth.Groupit\Downloads\Report1.csv
No comments:
Post a Comment