I had to change my domain admin password today and since on several servers I will get randomly booted/disconnected with the following error:
Disconnected from <server> (Error 2823)
I cannot find any information on error 2823, even nethelp
gives me squat
P:\>net helpmsg 2823
The system cannot find message text for message number 0xb07 in the message file
for NETMSG.
Anyone have info on this error. The account keeps getting locked but I have no services running with this ID.
I only get kicked from some servers too, not all.
EDIT
Solution posted below.
Turns out I had a scheduled task running on a remote server on Alderaan that was mistakenly hard-coded to my old ID.
I managed to track down the box that was locking my account using this awesome tool EventComb.
This blog helped me figure this all out.
The settings I used in the EventComb tool were as follows:
SELECT TO Search/Right Click To Add
Choose Log Files to search
Event Types
Event IDs - "4740"
Then press "Search". It will take a few minutes to run and produce and output file of all accounts that have been locked. The output will look similar to this (I added carriage returns for readability) :
Once I found out server WEBSERVER-01 was issuing the bad login to the domain controller it was easy to fix the issue. Hope this helps someone in the future.