Various PowerShell snippets and cmdlet resources
Search-ADAccount -LockedOut
Get-ADUser “username” –Properties *
Unlock-ADAccount -Identity “username”
Get-ChildItem c:\path -File | Select-Object Name, *time
Get-ADUser -Identity “username” -Properties “LastLogonDate”