The report below lists scanned domain users that were created in Active Directory in the last 7 days. You can replace the number marked in yellow with a different time frame.
Domain users are automatically scanned when they log into a computer during a computer scan. Additional users can also be scanned with
Domain User Scanning.
Select Top 1000000 tblADusers.Username,
tblADusers.Userdomain,
tblADusers.Firstname,
tblADusers.Lastname,
tblADusers.Name,
tblADusers.Displayname,
tblADusers.email,
tblADusers.whenCreated
From tblADusers
Where tblADusers.whenCreated > GetDate() - 7
Order By tblADusers.Userdomain,
tblADusers.Username