Forum Discussion
bikhod
Apr 16, 2020Copper Contributor
How to determine if a local account is locked?
Hi, Within minutes of searching, I was able to find the script below which determines if an Active Directory account is locked: Get-ADUser myaccount -Properties LockedOut | Select -Object Loc...