
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-26-2013 02:39 AM
Our AD has all computer with locations listed however lansweeper doesnt appear to pick these up ?
We are using Lansweeper v5/0/0/69
Essentially we want to be able to understand where computer assets are using lansweeper reporting.
Thanks,
Angelo
We are using Lansweeper v5/0/0/69
Essentially we want to be able to understand where computer assets are using lansweeper reporting.
Thanks,
Angelo
Labels:
- Labels:
-
Archive
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2013 05:15 PM
Problem resolved through email. There are several Location fields in the Lansweeper database and the customer was looking at an incorrect one. To list the AD Location field, build a report that includes tblADComputers.Location. E.g.:
Select Top 1000000 tblAssets.AssetID,
tblAssets.AssetName,
tblAssetCustom.Location As LocationAssetCustom,
tblADComputers.Location As LocationAD,
tblADComputers.OU,
tblADComputers.Lastchanged
From tblAssets
Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
Inner Join tblADComputers On tblAssets.AssetID = tblADComputers.AssetID

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2013 06:49 PM
Please contact support@lansweeper.com and provide us with:
- Program Files (x86)\Lansweeper\Service\Errorlog.txt, as present on your Lansweeper server.
- Screenshot of one problem machine's Lansweeper webpage.
- Output of the report below, preferably in Excel format.
- Program Files (x86)\Lansweeper\Service\Errorlog.txt, as present on your Lansweeper server.
- Screenshot of one problem machine's Lansweeper webpage.
- Output of the report below, preferably in Excel format.
Select * from tblADComputers

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2013 02:06 AM
Lansweeper wrote:
Please contact support@lansweeper.com and provide us with:
- Program Files (x86)\Lansweeper\Service\Errorlog.txt, as present on your Lansweeper server.
- Screenshot of one problem machine's Lansweeper webpage.
- Output of the report below, preferably in Excel format.Select * from tblADComputers
Thanks.
Details have been emailed through as requested.
Regards,
Angelo
