Find the Source of Account Lockouts in Active Directory
Make sure you have the active directory module loaded on the machine you run the script from: ################### Import-Module ActiveDirectory $ErrorActionPreference = “SilentlyContinue” Clear-Host $User = Read-Host -Prompt “Please enter user… Read more »