Boot your Windows Server and allow all normal background processes to load
Go to the start menu and open the Run dialog
Type “gpedit.msc” to open the Group Policy editor applet
Navigate the GP Editor tree to find the local audit policy for this computer
Enable auditing of the associated event(s) by selecting the applicable checkbox(es).
The “Explain” tab gives an explanation of what the log event will be triggered by.
For example:
Audit account logon events
This security setting determines whether the OS audits each time this computer validates an account’s credentials.
Account logon events are generated whenever a computer validates the credentials of an account for which it is authoritative. Domain members and non-domain-joined machines are authoritative for their local accounts; domain controllers are all authoritative for accounts in the domain. Credential validation may be in support of a local logon, or, in the case of an Active Directory domain account on a domain controller, may be in support of a logon to another computer. Credential validation is stateless so there is no corresponding logoff event for account logon events.
If this policy setting is defined, the administrator can specify whether to audit only successes, only failures, both successes and failures, or to not audit these events at all (i.e. neither successes nor failures).
Default values on Client editions:
Credential Validation: No Auditing
Kerberos Service Ticket Operations: No Auditing
Other Account Logon Events: No Auditing
Kerberos Authentication Service: No AuditingDefault values on Server editions:
Credential Validation: Success
Kerberos Service Ticket Operations: Success
Other Account Logon Events: No Auditing
Kerberos Authentication Service: SuccessImportant: For more control over auditing policies, use the settings in the Advanced Audit Policy Configuration node. For more information about Advanced Audit Policy Configuration, see http://go.microsoft.com/fwlink/?LinkId=140969.
Go back to the start menu or desktop link and open Event Viewer
You can now set up a custom filter to display your chosen event from SysLog.
That’s it! You’ll receive a custom notification for each event that you decided to monitor.