G
Guest
is there a way (programatically prefered but utilities also welcomed) to
track and log kerberos Tickets issued by a Domain controller? is there any
API or something that I can use to list all tickets granted by a server
during a specific time?
I need this because I want to write a program that detects and removes
dead/unused computer accounts in AD .my idea was to track computer accounts
that had requested TGT during the past <some duration>,filtering them out
from other computers and deleting the rest.
any better idea to fulfill this goal is welcomed.of course I prefer that
idea to not involve in installing any client program on workstations.
track and log kerberos Tickets issued by a Domain controller? is there any
API or something that I can use to list all tickets granted by a server
during a specific time?
I need this because I want to write a program that detects and removes
dead/unused computer accounts in AD .my idea was to track computer accounts
that had requested TGT during the past <some duration>,filtering them out
from other computers and deleting the rest.
any better idea to fulfill this goal is welcomed.of course I prefer that
idea to not involve in installing any client program on workstations.