Hi all,
I have been struggling with a Powershell script for expired passwords in my domain. I run the following script as a domain admin :
get-aduser -filter * -properties passwordlastset, passwordneverexpires |ft Name, passwordlastset, Passwordneverexpires
On my own laptop I get a proper resonse with all the users and the information. 
When I run the same script on a Domain Controller, I get different (incomplete) information: 
Any idea?
Thanks in advance!