A PowerShell script to list every enabled Active Directory user who has not logged on in 90+ days (configurable) — the accounts still enabled, still a live attack surface, and nobody watching them.
There is no PasswordExpiryDate attribute to filter on — this PowerShell script calculates it from PasswordLastSet and your domain (or fine-grained) password policy, and lists everyone expiring soon.