Another test from the month of lunches book was to list out user account with passwordlastset as null.
get-aduser -filter * -properties passwordlastset | where {$_.passwordlastset -eq $null} | ft Name,PasswordLastSet
Another test from the month of lunches book was to list out user account with passwordlastset as null.
get-aduser -filter * -properties passwordlastset | where {$_.passwordlastset -eq $null} | ft Name,PasswordLastSet