Description
Inactive Users Tracker PowerShell Cmdlet
Inactive Users Tracker PowerShell cmdlet will provide users with an easy solution for inactive user account management. The cmdlet returns all user accounts that match inactivity criteria - not logged on for more than specified number of days.
Key Features:
- Returns all user accounts that match inactivity criteria
- Automates provisioning workflows and reporting
- Checks "lastLogon" attribute for user accounts
- Queries all domain controllers to find the most recent logon time
Technical Specifications:
- File Format: PowerShell cmdlet
- Compatibility: Windows environment
- Domain Support: Active Directory
- Days of Inactivity: Customizable
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".
Download this Inactive Users Tracker PowerShell Cmdlet for FREE from NetWrix Corporation and improve your user account management today!
User Reviews for Inactive Users Tracker PowerShell Cmdlet 1
-
Inactive Users Tracker PowerShell cmdlet simplifies inactive user account management. Valuable for automation and reporting. Efficiently handles 'lastLogon' attribute discrepancies.