This video demonstrates a simple script that takes a list of IP addresses and performs an Get IP from the IPControl database, in addition of performing a local DNS lookup to verify the device resolution. I use this often when verifying DNS query logs and IP addresses of clients; or arp output and the lookup of the IP. Very useful for security admins and others that track this type of detail or have need to access it outside of the GUI.
Other considerations for this type of script is to extract the database objects, compare to the mac and ARP data, then update the record accordingly. I may cover this in a later video.