I have my computers set up in an AD domain. I exported the list of computers, and the only way I could think of to find each machine’s IP was to run a BATch file:
ipconfig>>serverfolderIPlist.txt
on each machine remotely, using PSExec. Any ideas how to trim the output to only show the IP addresses? Right now, I import the text file into Excel, do some sorting/find & replace, and have my list, but I’m trying to clean up the process.