Powershell - Old Computer Accounts

AD - Old Computer Accounts


FIND OLDER COMPUTERS
PS C:\> get-adcomputer -filter "Passwordlastset -lt '1/1/1999" -properties *| Select name,passwordlastset

Spiceworks link
https://community.spiceworks.com/scripts/show/3273-ad-old-computer-accounts