Hello All,
How to get the Password change/reset logs from AD server through Powers-shell Command with on daily basis automatic
scripting.Currently i am using below command to get the last reset details.
get-aduser -filter * -properties passwordlastset, passwordneverexpires |ft Name, passwordlastset, Passwordneverexpires
dinesh kumar