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.
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.