Hi,
AD Attributes;
I would like to see the ability to add additional attributes to store / update within the LansweeperDB for User / Admin defined AD Attributes. The current attributes collected within the process assist greatly, however I need to also extend past the defaults to capture;
ExtensionAttribute2
PhysicalDeliveryOfficeName
Division
EmployeeID
IP Based Information;
Also a feature to automatically add the current Site IP ranges from AD with all associated Location details would assist in keeping the data consistent with any changes within AD. This way the "Grouping" of assets is automatic within your AD Site Boundaries removes errors or inconsistencies in data moving forward.
This would enable a field within the Asset information to bring back a Text based "Location" instead of an IP address that may need to be referenced back to other data. This would clean up the following excel vlookup I need to do strip the IP address apart ad reform into a subnet. Luckily we have mainly /24 subnet masks;
=VLOOKUP(CONCATENATE(LEFT(ZZ_LookupIPAddress!B995,FIND(".",ZZ_LookupIPAddress!B995,FIND(".",ZZ_LookupIPAddress!B995,FIND(".",ZZ_LookupIPAddress!B995)+1)+1)-1),".0"),'7.OtherLookupValues'!A:C,3)