Useful Powershell commands
Table of Contents
To check if an AD account is locked out:
Get-ADUser theuserid -Properties * | Select-Object LockedOut
…a repository of features and findings.
To check if an AD account is locked out:
Get-ADUser theuserid -Properties * | Select-Object LockedOut