Discover Unauthorized Internet Explorer Extensions
Discover unauthorized Internet Explorer extensions in your network. Lansweeper will automatically scan Internet Explorer extensions along with their Active-X GUID. You can configure specific extensions to be authorized similar to software authorizations. Once you have configured authorized extensions, you can perform the audit to find any extensions which are unauthorized and should be removed. This audit makes it easy to find computers with unauthorized Internet Explorer extensions so you can start taking action right away. Prevent any extension from posing a security risk in your network.
Internet Explorer Unauthorized Extension Query
Select Top 1000000 tblAssets.AssetID,
tblAssets.AssetUnique,
tblAssets.Domain,
tblIEExtensions.Control,
tblIEExtensions.Buttontext,
tblIEExtensions.Lastchanged,
tsysOS.Image As icon
From tblIEExtensions
Inner Join tblAssets On tblIEExtensions.AssetID = tblAssets.AssetID
Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
Inner Join tsysOS On tblAssets.OScode = tsysOS.OScode
Where Not (tblIEExtensions.Control In (Select tblSafeguids.guid
From tblSafeguids)) And tblAssetCustom.State = 1
Order By tblAssets.AssetName