Premkumar Yogeswaran's Blog

Active Directory | PowerShell | DNS | DHCP | Exchange Server | VM Ware

Enabling Kerberos Event Logging on a Specific Computer

Posted by Premkumar Yogeswaran on March 1, 2013


Issue:

Server triggering Kerberos Event ID – 3

Cause:

Kerberos event logging enabled.

Resolution

  1. Start Registry Editor.
  2. Add the following registry value:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\Kerberos\Parameters

Registry Value:
LogLevel

Value Type:
REG_DWORD

Value Data:
0x1

If the Parameters subkey does not exist, create it.

Note Remove this registry value when it is no longer needed so that performance is not degraded on the computer. Also, you can remove this registry value to disable Kerberos event logging on a specific computer.

  1. Quit Registry Editor. The setting will become effective immediately on Windows Server 2008, on Windows Vista, on Windows Server 2003, and on Windows XP. For Windows 2000, you must restart the computer.

Leave a comment