What exactly was changed in audit policy change log (Event ID 4719)

Loeun Sokoeun 0 Reputation points
2023-08-04T07:44:53.51+00:00

Currently we receive event log of Event ID 4719 Success Audit: System audit policy was changed. We seem to not able to find what was changed and who changed it by just checking the Event ID 4719.

Please kindly share what can we do to find what were changed from this event.

Thanks!

Windows for business | Windows Client for IT Pros | User experience | Other
{count} votes

2 answers

Sort by: Most helpful
  1. Anonymous
    2023-08-07T02:23:06.77+00:00

    Hello Loeun Sokoeun,

    Thank you for posting in our Q&A forum.

    Event ID 4719 will generate after I changed any audit policy successfully.

    For example, in my lab, I tested as below.

    1.After I enabled one audit policy as below.
    audit1

    1. Then I run gpupdate /for, I will see the 14 events related to 4719.
      audit2
    2. Because the Audit object access contains 14 sub policy entries (we can see the number of 14 sub policy entries via Advanced Audit Policy).
      audit3

    Note: you can try to change any audit policy setting in test lab and check the event ID 4719.

    Hope the information above is helpful. If you have any question or concern, please feel free to let us know.

    Best Regards,
    Daisy Zhou

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.


  2. ARCardona 0 Reputation points
    2024-07-16T08:58:03.07+00:00

    Hi Loeun Sokoeun,

    To see exactly what change was made in the security audit policy, you can take the "SubcategoryGuid" field of the log. from where you can get the exact subcategory where the change was made.

    With the command "auditpol /list /subcategory:* /v" you can see the GUID for each subcategory.

    Auditpol

    And with the number in the "AuditPolicyChanges" field you can see if the success/failure of that subcategory was activated/deactivated.

    options for "AuditPolicyChanges":

    • %%8448 Success removed
    • %%8449 Success Added
    • %%8450 Failure removed
    • %%8451 Failure added

    Even though it has been almost a year I hope it will be helpful to you and others who need it.

    Best Regards.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.