Community FAQ
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
chads
Lansweeper Alumni
How do i add Computer Name to this report? Or the ability to Drill down to a list of the duplicates or the associated computers.

I see that you can already create a report to find duplicate sids.
The -500 account at the end means that this is the local administrator account.

Code:
Select Top 100 Percent tblUsers.SID, Count(tblUsers.UserID) As Total
From dbo.tblComputers Inner Join
tblUsers On dbo.tblComputers.Computername = tblUsers.Computername
Group By tblUsers.SID
Having tblUsers.SID Like '%-500'


You can create reports based on this.
2 REPLIES 2
chads
Lansweeper Alumni
that is what i was looking for. just was bringing up an old search that report is perfect thanks as always

To add to this the two computers i am looking for are not showing in this list.

Last edit 🙂 nevermind not lansweepers fault got what i needed.
Hemoco
Lansweeper Alumni
Could you clarify what you would like to do. The built-in report "Computer: Duplicate SID" should already include the information you need. (It lists computer names as well.)

Archive

This board contains archived posts from the retired Lansweeper Forum and Insiders 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