‎08-10-2018 09:47 PM
Select Top (1000000) tblAssets.AssetID,
tblAssets.AssetName,
tsysAssetTypes.AssetTypename,
tsysAssetTypes.AssetTypeIcon10 As icon,
tblAssets.IPAddress,
tblAssets.Mac,
tblAssetCustom.Serialnumber,
tblAssets.Lastseen,
tblAssets.Lasttried,
tblAssetCustom.Manufacturer,
tblAssetCustom.Contact,
tblAssetCustom.Model,
tblAssets.Description,
tblAssets.Processor,
tblAssets.Memory,
tblLinuxSystem.OSRelease,
tblLinuxSystem.OperatingSystem,
tblMacOSInfo.SystemVersion,
tblOperatingsystem.Caption,
tblVolume.Label
From tblAssets
Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
Inner Join tsysAssetTypes On tsysAssetTypes.AssetType = tblAssets.Assettype
Left Join tblLinuxSystem On tblAssets.AssetID = tblLinuxSystem.AssetID
Left Join tblMacOSInfo On tblAssets.AssetID = tblMacOSInfo.AssetID
Left Join tblOperatingsystem On tblAssets.AssetID = tblOperatingsystem.AssetID
Inner Join tblVolume On tblAssets.AssetID = tblVolume.AssetID
Where tsysAssetTypes.AssetTypename = 'Windows' And
tblAssetCustom.Manufacturer Like '%Apple%' And tblAssetCustom.Model Not In
('KVM', 'VMware Virtual Platform') And tblVolume.Label = 'BOOTCAMP' And
tblAssetCustom.State = 1
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now