StumpedTechy
MIS
I have a master list of machine names. I then need to modify these machines in some ways, sometimes patch, sometimes change settings, basic administrative things. This leaves me with an output of the ones patched and ones not. (Its alot more complicated than that as I get a bunch of various statuses I am just making a generic example).
I want to be able to compare the master list vrs the ones successfull and have it output all the machine named from the master list that isn't in this secondary list.
Is there an easy way to do this?
E.G.
Master.txt has a computer name per line -
Apple
Banana
Orange
Pear
Finished.txt has the successes in the same format -
Apple
Orange
I want Still remaining.txt to be created and just have -
Banana
Pear
(I bet you can't tell who is hungry?)
Any quick scripting way to do this?
I want to be able to compare the master list vrs the ones successfull and have it output all the machine named from the master list that isn't in this secondary list.
Is there an easy way to do this?
E.G.
Master.txt has a computer name per line -
Apple
Banana
Orange
Pear
Finished.txt has the successes in the same format -
Apple
Orange
I want Still remaining.txt to be created and just have -
Banana
Pear
(I bet you can't tell who is hungry?)
Any quick scripting way to do this?