cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Srikanth08
Engaged Sweeper II
Is there any way to find out the external hard disk connected to system?

Regards, Srikanth08
3 REPLIES 3
Hemoco
Lansweeper Alumni
A sample disk report can be seen below.
Select Top 1000000 tsysOS.Image As icon,
tblAssets.AssetID,
tblAssets.AssetName,
tblAssets.Domain,
tblAssets.IPAddress,
tblAssets.Firstseen,
tblAssets.Lastseen,
tblAssets.Memory,
tblDiskdrives.Caption,
Ceiling(tblDiskdrives.Freespace / 1024 / 1024) As FreeMB,
Ceiling(tblDiskdrives.Size / 1024 / 1024) As TotalMB
From tblAssets
Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
Inner Join tsysOS On tsysOS.OScode = tblAssets.OScode
Inner Join tblDiskdrives On tblAssets.AssetID = tblDiskdrives.AssetID
Where Ceiling(tblDiskdrives.Size / 1024 / 1024) <> 0 And tblAssetCustom.State =
1 And tblDiskdrives.DriveType = 3
Order By tblAssets.Domain,
tblAssets.AssetName,
tblDiskdrives.Caption
Srikanth08
Engaged Sweeper II
Hi,

its not possible to see each and every system the webpage..it is possible to fetch from data base with any queries..if you had
Regards, Srikanth08
Hemoco
Lansweeper Alumni
If the external drive was connected to the machine at the time of the last scan, it should be listed among the other drives in the Config\Disk\Harddisk section of the machine's Lansweeper webpage.