I am trying to figure out a way to delete only a single entry (identified via EventRecordID, found in the Details > XML View) from a Windows Log file (.evtx extension).
Tried so far via PowerShell, but you can delete, with the latest version, only via EventID, but there is the case where multiple records may have the same eventID.
There are no restriction regarding the language of the script. Currently testing on 2012R2.
Thanks in advance!