Categories Microsoft Active Directory Powershell Last Login Date Post author By Dave Post date 2018-02-16 No Comments on Active Directory Powershell Last Login Date PS C:\> get-adcomputer -Filter 'Name -like "$COMPNAME_HERE*"' -Properties lastlogondate | select name,lastlogondate Tags ad, date, last, login, powershell, ps