→ 🚀What's New? Join Us for the Fall Product Launch! Register Now !
‎05-22-2017 03:56 PM
‎06-02-2023 05:20 AM
Also we scan HKLM
SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters | SMB1 |
SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters | SMB2 |
‎06-02-2023 05:18 AM
We use this report
Select Top (1000000) tblAssets.AssetID,
tblAssets.AssetName,
tblAssets.Domain,
tblAssets.Username,
tblAssets.Userdomain,
Coalesce(tsysOS.Image, tsysAssetTypes.AssetTypeIcon10) As icon,
tblAssets.IPAddress,
tsysIPLocations.IPLocation,
tblAssetCustom.Manufacturer,
tblAssetCustom.Model,
tsysOS.OSname As OS,
tblAssets.SP,
tblAssets.Lastseen As [Last successful scan],
tblAssets.Lasttried As [Last scan attempt],
tblFeatureUni.featureName,
tblFeatureUni.featureCaption,
tblFeatureUni.addedDate As DateAdded,
tblFeature.Lastchanged
From tblAssets
Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
Inner Join tsysAssetTypes On tsysAssetTypes.AssetType = tblAssets.Assettype
Inner Join tblFeature On tblAssets.AssetID = tblFeature.AssetId
Inner Join tblFeatureUni On tblFeatureUni.featUniID = tblFeature.featUniId
Inner Join tsysIPLocations On tsysIPLocations.LocationID =
tblAssets.LocationID
Inner Join tblState On tblState.State = tblAssetCustom.State
Left Outer Join tsysOS On tblAssets.OScode = tsysOS.OScode
Where tblFeatureUni.featureName Like 'SMB1protocol%' And tblState.Statename =
'Active'
Order By tblAssets.Domain,
tblAssets.AssetName,
tblFeatureUni.featureCaption
‎06-02-2023 02:26 PM
That worked, thank you so much!!!!
‎06-01-2023 01:21 PM
Any luck with this report and finding where SMBv1 is enabled/installed?
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now