
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2009 06:39 PM
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?
Solved! Go to Solution.
Labels:
- Labels:
-
Archive
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-13-2015 10:19 AM
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
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-13-2015 10:19 AM
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

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-15-2010 05:21 PM
No it is not in any current version at the moment.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-15-2010 11:57 AM
Hello,
Was this functionality added to Lansweeper?
Thanks and regards,
Was this functionality added to Lansweeper?
Thanks and regards,

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-03-2009 07:16 PM
will be in the next version.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-03-2009 04:56 PM
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.
