Would like some tips in troubleshooting this strange issue. I am using 2 DC's, both with DNS servers and 1 with DHCP server. When i change my password on DC2 some of the servers in my environment reject my password and i have to use my previous password to get in. I ran a DCdiag replication test on both servers and they both check out. Could this be a DNS issue? I don't believe that its a time sync issue..
ON DC1
PS get-aduser -filter * -server x.x.X.1 -properties passwordlastset, passwordneverexpires | sort n
ame | ft Name, passwordlastset, Passwordneverexpires
ON DC2
PS get-aduser -filter * -server x.x.x.2 -properties passwordlastset, passwordneverexpires | sort n
ame | ft Name, passwordlastset, Passwordneverexpires
Both output reflect changes i make to DC2 immediately so I'm not sure if A: I'm using the server switch in an incorrect way or B: This part is working correctly.
Can someone please advise. This is driving me crazy.