Can someone explain this - get-aduser displays passwordneverexpires as false ( this mean the password expires)
from the same powershell window i type net user <uesrname> /dom and the password expires is set to Never (this means password does not expire)
There is conflicting information - my reports for aduser is misleading - sample below
*************************************************
get-aduser christopher.ellis -properties passwordneverexpires
Enabled : True
GivenName : Christopher
Name : Christopher.Ellis
PasswordNeverExpires : False
SamAccountName : christopher.ellis
************************************************************
net user christopher.ellis /domain
The request will be processed at a domain controller for domain XXXXXXXX.ca
User name christopher.ellis
Country/region code (null)
Account active Yes
Account expires Never
Password last set 9/20/2018 2:11:28 PM
Password expires Never
Password changeable 9/20/2018 2:11:28 PM
Password required Yes
Thank you for shedding some light on this issue