1

I am trying to set GPO so that I can search user in event viewer who accidentally deleted the share drive in the network.

What other event IDs list can I search so that I know which category it belongs to?

Example 4624 = logon

enter image description here

I had tried the below steps however, when i do a search filter, it did not shows the deleted item Event ID#4663, instead it shows others access.

enter image description here

2
  • Hi, Thank you for the reply, I had tried the steps below. Commented Sep 29, 2022 at 1:11
  • Keep in mind that you first need to set an audit policy. There is also an tool which can do this AD Audit Plus. woshub.com/tracking-files-deletion-using-audit-policy-and-mssql Commented Oct 11, 2022 at 0:07

2 Answers 2

0

You first need to

  1. Enable File and Folder Access Auditing Policy
  2. Now you need to configure auditing in the properties of the share network folder you want to track
  3. Now, if the user deletes any file or folder in the shared network folder, the File System -> Audit Success file delete event appears in the Security log with Event ID 4663 from the Microsoft Windows security auditing source. Open the Event Viewer mmc console (eventvwr.msc), expand the Windows Logs -> Security section. Enable event log filter by the EventID 4663.

http://woshub.com/tracking-files-deletion-using-audit-policy-and-mssql/

2
  • Thanks for the input. :) Commented Nov 7, 2022 at 6:44
  • On StackOverflow pls vote up if useful. Commented Nov 19, 2022 at 4:00
0

This link has all the information you need to enable auditing:

https://system32.eventsentry.com/security/event/5144

https://system32.eventsentry.com/security/auditing

This site will also give you more information on other events, such as 4624.

I hope you understand that you cannot enable auditing retroactively, so this will of course only work for future activity/events.

2
  • Thanks for the info. :) Commented Nov 7, 2022 at 6:44
  • On StackOverflow pls vote up if useful. Commented Nov 19, 2022 at 4:00

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.