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 ?
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%'
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%'