cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
taeratrin
Champion Sweeper
I had thought for sure that LS already showed these, but a co-worker just pointed out that this info isn't available (or we're both just blind). Is there any way we can get mapped drives added in?
1 ACCEPTED SOLUTION
Susan_A
Lansweeper Alumni
FYI for everyone, as we got a question about this: mapped drive scanning has been included in Lansweeper for years now. This forum topic is from 2009. Mapped drive information is listed in the Config\Windows\Mapped Drives section of individual computer webpages. You can also build a report based on the tblMappedDrives database table. A sample report can be seen below.
Select Top 1000000 tsysOS.Image As icon,
tblAssets.AssetID,
tblAssets.AssetName,
tblAssets.Domain,
tblAssets.IPAddress,
tblAssets.Firstseen,
tblAssets.Lastseen,
tblMappedDrives.Username,
tblMappedDrives.Driveletter,
tblMappedDrives.RemotePath,
tblMappedDrives.Lastchanged
From tblAssets
Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
Inner Join tsysOS On tsysOS.OScode = tblAssets.OScode
Inner Join tblMappedDrives On tblAssets.AssetID = tblMappedDrives.AssetID
Where tblAssetCustom.State = 1
Order By tblAssets.Domain,
tblAssets.AssetName,
tblMappedDrives.Driveletter

View solution in original post

5 REPLIES 5
Susan_A
Lansweeper Alumni
FYI for everyone, as we got a question about this: mapped drive scanning has been included in Lansweeper for years now. This forum topic is from 2009. Mapped drive information is listed in the Config\Windows\Mapped Drives section of individual computer webpages. You can also build a report based on the tblMappedDrives database table. A sample report can be seen below.
Select Top 1000000 tsysOS.Image As icon,
tblAssets.AssetID,
tblAssets.AssetName,
tblAssets.Domain,
tblAssets.IPAddress,
tblAssets.Firstseen,
tblAssets.Lastseen,
tblMappedDrives.Username,
tblMappedDrives.Driveletter,
tblMappedDrives.RemotePath,
tblMappedDrives.Lastchanged
From tblAssets
Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
Inner Join tsysOS On tsysOS.OScode = tblAssets.OScode
Inner Join tblMappedDrives On tblAssets.AssetID = tblMappedDrives.AssetID
Where tblAssetCustom.State = 1
Order By tblAssets.Domain,
tblAssets.AssetName,
tblMappedDrives.Driveletter
Hemoco
Lansweeper Alumni
No it is not in any current version at the moment.
cvlucian
Engaged Sweeper
Hello,

Was this functionality added to Lansweeper?

Thanks and regards,
Hemoco
Lansweeper Alumni
will be in the next version.
DGoodwin
Engaged Sweeper
FYI, I tried adding a registry key to scan "HKEY_Current_User" "Network\Z" and the value "RemotePath". It scans but values are null. It would be great to have that info.