
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2017 04:12 PM
Added in v.6.0.100
The report below lists all the domain users that have been created in the last 7 days.
Domain users are automatically scanned when they log into a computer during a computer scan.
The report below lists all the domain users that have been created in the last 7 days.
Domain users are automatically scanned when they log into a computer during a computer scan.
Select Top 1000000 tblADusers.Username,
tblADusers.Userdomain,
tblADusers.Firstname,
tblADusers.Lastname,
tblADusers.Name,
tblADusers.Displayname,
tblADusers.email,
tblADusers.whenCreated As CreationDate
From tblADusers
Where tblADusers.whenCreated > GetDate() - 7
Order By CreationDate Desc,
tblADusers.Userdomain,
tblADusers.Username
Labels:
- Labels:
-
Built-In Reports
-
Report Center
0 REPLIES 0
