Community FAQ
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
greyclear
Engaged Sweeper III
In the report section I see a list that says Send to OneNote and Messager for IE addons. Is it possible to run a report on machines that have a specific addon that is enabled/disabled ?
1 ACCEPTED SOLUTION
Hemoco
Lansweeper Alumni
You can use the following report. Please change the word in red to the name of the addon that you want to filter on:

Select Top 1000000 tblAssets.AssetID,
tblAssets.AssetName,
tblIEExtensions.Buttontext As ieaddon
From tblAssets
Inner Join tblIEExtensions On tblAssets.AssetID = tblIEExtensions.AssetID
Where tblIEExtensions.Buttontext Like '%send to onenote%'

View solution in original post

1 REPLY 1
Hemoco
Lansweeper Alumni
You can use the following report. Please change the word in red to the name of the addon that you want to filter on:

Select Top 1000000 tblAssets.AssetID,
tblAssets.AssetName,
tblIEExtensions.Buttontext As ieaddon
From tblAssets
Inner Join tblIEExtensions On tblAssets.AssetID = tblIEExtensions.AssetID
Where tblIEExtensions.Buttontext Like '%send to onenote%'

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