Active Directory — Unlocking a User Account with PowerShell
September 9th, 2016 by Charlie Russel and tagged Active Directory, AD DS, Credential, Param, Parameters, PowerShell, PSCredential
As any SysAdmin knows, users periodically lock themselves out of their accounts, usually because they forgot a password or somehow mistyped it too many times. And after all, if it failed once, why not keep trying it? Unlocking that account is NOT something you do with Set-ADUser, unfortunately, because the PowerShell ActiveDirectory module has a […]
Posted in Active Directory, PowerShell, PSCredential | Comments Off on Active Directory — Unlocking a User Account with PowerShell