I have a batch file that has been run on each computer in our network to output the ipconfig command to a text file stored on each C drive.
Can anyone help me with a script that will read each ipconfig.txt file in turn, (PC's are named PC-100, PC-101 etc), extract the lines
Host Name . . . . . . . . . . . .
C-xxx
Physical Address. . . . . . . . .
NIC MAC Address in here)
And add them to a single text file?
Thanks
Can anyone help me with a script that will read each ipconfig.txt file in turn, (PC's are named PC-100, PC-101 etc), extract the lines
Host Name . . . . . . . . . . . .
Physical Address. . . . . . . . .
And add them to a single text file?
Thanks