DSquery compare active vs inactive- v 1

dsquery computer -limit 2000 > allcomputers.txt
Then so
dsquery computer -inactive 4 -limit 1000 > inactivecomputers.txt

inactive 4 selects computers inactive for more than 4 weeks.

Then compare them to find the active ones.