We’re currently experiencing a high volume of support requests, which may result in longer response times — Thank you for your patience and understanding.
Community FAQ
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
thoromega
Engaged Sweeper
I was trying to modify the "Role Master Browser" report and it didn't like that at all.
So deleted and tried again with editing the "Role Backup Browser" report

How can I get these 2 reports back (Are they in the install files)??
Any help would be great.
Thanks
Mj
1 REPLY 1
Hemoco
Lansweeper Alumni
Master browser:

SELECT     TOP 100 PERCENT dbo.tblComputers.Computername, dbo.tblOperatingsystem.Description, dbo.tblComputers.Domain, dbo.tblComputersystem.Roles, 
dbo.tblComputersystem.Lastchanged
FROM dbo.tblComputersystem INNER JOIN
dbo.tblComputers ON dbo.tblComputersystem.Computername = dbo.tblComputers.Computername INNER JOIN
dbo.tblOperatingsystem ON dbo.tblComputers.Computername = dbo.tblOperatingsystem.Computername
WHERE (dbo.tblComputersystem.Roles LIKE '%Master_Browser%')
ORDER BY dbo.tblComputers.Computername


Backup browser:

SELECT     TOP 100 PERCENT dbo.tblComputers.Computername, dbo.tblOperatingsystem.Description, dbo.tblComputers.Domain, dbo.tblComputersystem.Roles, 
dbo.tblComputersystem.Lastchanged
FROM dbo.tblComputersystem INNER JOIN
dbo.tblComputers ON dbo.tblComputersystem.Computername = dbo.tblComputers.Computername INNER JOIN
dbo.tblOperatingsystem ON dbo.tblComputers.Computername = dbo.tblOperatingsystem.Computername
WHERE (dbo.tblComputersystem.Roles LIKE '%Backup_Browser%')
ORDER BY dbo.tblComputers.Computername

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