Community FAQ
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Daniel_B
Lansweeper Alumni
List of computers having a C-bus interface


Meets all the following criteria:
- Active asset
- Windows asset
- C-bus interface available

Sorted on:
- Asset name


Select Top 1000000 tblAssets.AssetID,
tblAssets.AssetUnique,
tblAssets.Domain,
tsysOS.OSname,
tsysOS.Image As icon,
tblBus.DeviceID,
tblBus.Lastchanged
From tblAssets
Inner Join tblBus On tblAssets.AssetID = tblBus.AssetID
Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
Inner Join tsysOS On tblAssets.OScode = tsysOS.OScode
Where tblBus.BusType = 9 And tblAssetCustom.State = 1
Order By tblAssets.AssetName
0 REPLIES 0

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