‎08-26-2013 02:39 AM
‎09-20-2013 05:15 PM
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
‎08-27-2013 06:49 PM
Select * from tblADComputers
‎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
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now