# Inactive computers ( this will include systems not regularly used)
# Launch command prompt as administrator and run the following commands
Dsquery computer -inactive 12 -limit 500
# Lists computers inactive for over 12 weeks and returns a limit of 500 results
Dsquery computer -inactive 12 -limit 500 | dsmod computer -disabled
# Lists computers inactive for over 12 weeks and returns a limit of 500 results and disables the computer accounts
# Similar command can be done for users.