Tag Archives: Inactive Users Tracker PowerShell Cmdlet

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. 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 Continue reading →