When Lansweeper scans/adds new computers to its database it doesn't populate/update the Custom fields 'Location', 'Building' or 'Department' from Active Directory.
I have these entered in AD and it would be great if I didn't have to manually update them in Lansweeper.
Is there a way to do this I have overlooked?
Ps: IP Address Location is working fine, I am just looking for the additional functionality for reporting.
I found this query but it doesn't seem to work anymore:
UPDATE tblCompCustom
SET Location = tblADComputers.Location
FROM tblCompCustom INNER JOIN
tblADComputers ON tblCompCustom.Computername = tblADComputers.Computername
Thanks!