‎11-07-2013 06:35 PM
‎11-08-2013 03:08 PM
‎11-08-2013 04:44 PM
Lansweeper wrote:
Yes, the report lists your users and the user groups they belong to. Note that this report is only compatible with the 5.1 beta. You can scan users with the Domain User Scanning method found under Configuration/Scanning Setup/Scanning Methods.
‎11-08-2013 02:46 PM
‎11-07-2013 09:23 PM
‎11-07-2013 08:57 PM
Select Top 1000000 tblADusers.Username,
tblADusers.Userdomain,
tblADusers.Firstname,
tblADusers.Lastname,
tblADusers.Name,
tblADusers.Displayname,
tblADusers.OU,
tblADusers.Lastchanged,
tblADGroups.Name As [Group],
tblADGroups.Description As GroupDescription
From tblADGroups
Inner Join tblADMembership On tblADMembership.ParentAdObjectID =
tblADGroups.ADObjectID
Inner Join tblADusers On tblADMembership.ChildAdObjectID =
tblADusers.ADObjectID
Order By tblADusers.Userdomain,
tblADusers.Username,
[Group]
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now