 |
Microsoft TechNet Magazine Review: The bigger your organization, the easier it is to lose track of inactive user accounts. Inactive Users Tracker, a freeware utility from NetWrix Corporation, provides a simple way to do that.
Read more...
|
Inactive Users Tracker - PowerShell Cmdlet
Inactive Users Tracker PowerShell cmdlet provides an easy way to automate the management of inactive user accounts. The cmdlet returns all user accounts that match inactivity criteria - not logged on for more than specified number of days.
Sample use:
get-NCInactiveUsers -domain example.com -days 15
# The line above returns all users from example.com domain inactive for 15 days and more.
|
This cmdlet is very useful for implementing automated provisioning workflows and reporting. For example, you can build a list of inactive users and programmatically disable some of these users.
To detect inactivity, the cmdlet checks "lastLogon" attribute for every user account in a specified domain. AD doesn't replicate this attribute; as a result, the lastLogon value will be different on each DC. The cmdlet handles this correctly: It queries all DCs in the domain and uses the most recent logon time, also called the "true last logon".
|

Click picture to view larger image
|
Inactive Users Tracker cmdlet for PowerShell is provided
free of charge for unlimited use by organizations and individuals. We also provide
free of charge technical support for the freeware version on the
Support Forum.
Too busy to write custom scripts? We have a freeware non-PowerShell version of Inactive Users Tracker tool !
Suggestion: Customers and evaluators who download this product usually also request the following products: