Referencing wrong event id

Believe it should read 4634 instead of 4647
This commit is contained in:
zTemplar85
2017-11-20 14:17:08 +08:00
committed by GitHub
parent d16c66f611
commit 1fc8e3c92d

View File

@ -23,7 +23,7 @@ author: Mir0sh
This event shows that logon session was terminated and no longer exists.
The main difference between “[4647](event-4647.md): User initiated logoff.” and 4647 event is that 4647 event is generated when logoff procedure was initiated by specific account using logoff function, and 4634 event shows that session was terminated and no longer exists.
The main difference between “[4647](event-4647.md): User initiated logoff.” and 4634 event is that 4647 event is generated when logoff procedure was initiated by specific account using logoff function, and 4634 event shows that session was terminated and no longer exists.
4647 is more typical for **Interactive** and **RemoteInteractive** logon types when user was logged off using standard methods. You will typically see both 4647 and 4634 events when logoff procedure was initiated by user.