This is a quick and dirty PowerShell script to retrieve the user statistics that I need most frequently. It works great for my help desk too. # Filename : get_status.ps1 # Purpose : Queries basic account status info. # # Requires the following applications to be installed: # Quest ActiveRoles AD Management Snapin # # Modified : 2013.03.05 Jay Carper; Created # Param([string]$Username) # If […]