Community FAQ
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
powerut12
Engaged Sweeper

Hello,

I am trying to create a Lansweeper report that includes group membership of a specific group and each user in that groups manager's email. Is this possible? Any help would be appreciated. 

1 REPLY 1
DavidPK
Lansweeper Tech Support
Lansweeper Tech Support

Hi 

 

We have added a sample report that will get you started.  

 

Instructions for adding this report to your Lansweeper installation can be found here: https://www.lansweeper.com/knowledgebase/how-to-add-a-report-to-your-lansweeper-installation/

 

If you are interested in building or modifying reports, we do recommend:

 

Select Top 1000000 tsysOS.Image As icon,

  tblAssets.AssetID,

  tblAssets.AssetName,

  tblAssets.Domain,

  tblAssets.Username,

  tblAssets.Userdomain,

  tblAssets.IPAddress,

  tblAssets.Firstseen,

  tblAssets.Lastseen,

  tblAssets.Lasttried,

  tsysOS.OSname

From tblAssets

  Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID

  Inner Join tblComputersystem On tblAssets.AssetID = tblComputersystem.AssetID

  Inner Join tsysOS On tsysOS.OScode = tblAssets.OScode

Where tblAssets.AssetID Not In (Select tblADComputers.AssetID

  From tblADComputers Left Join tblADMembership

      On tblADMembership.ChildAdObjectID = tblADComputers.ADObjectID Left Join

    tblADGroups On tblADMembership.ParentAdObjectID = tblADGroups.ADObjectID

  Where tblADGroups.Name Like 'SP-%') And tblAssets.AssetID Not In (Select

    tblADComputers.AssetID

  From tblADComputers Left Join tblADMembership

      On tblADMembership.ChildAdObjectID = tblADComputers.ADObjectID Left Join

    tblADGroups On tblADMembership.ParentAdObjectID = tblADGroups.ADObjectID

  Where tblADGroups.Name Like 'Baseline-%') And tblAssetCustom.State = 1 And

  tblComputersystem.PartOfDomain = 1

Order By tblAssets.Domain,

  tblAssets.AssetName

Reports & Analytics

Ask about reports you're interested in and share reports you've created. Subscribe to receive daily updates of reports shared in the Community.

New to Lansweeper?

Try Lansweeper For Free

Experience Lansweeper with your own data.
Sign up now for a 14-day free trial.

Try Now