Good Command to Remember
Need to get a list of all the inactive computers in Active Directory? Type:
dsquery computer -inactive 8 -limit 0
at the command line of your AD server. where 8 is the number of weeks of inactivity.
This entry was posted
on Thursday, July 3rd, 2008 at 3:56 pm and is filed under Information Technology.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
This can be done for users as well:
dsquery user -inactive 8 -limit 0