if it's a windows domain use psexec logged on as a domain admin
psexec \\* ipconfig /all
will connect to all PC's on the domain and run an IP config command showing you these settings
you could send all the output to a text file if you want too
psexec \\* ipconfig /all >c:\results.txt
download
http://www.microsoft.com/technet/sysinternals/Utilities/PsExec.html