mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-11 09:47:22 +00:00
18 lines
319 B
Plaintext
18 lines
319 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, windows]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# mimikatz event
|
|
|
|
> Manage Windows Event Log records.
|
|
> More information: <https://github.com/gentilkiwi/mimikatz>.
|
|
|
|
- Clear event logs:
|
|
|
|
`mimikatz "event::clear"`
|
|
|
|
- Display event log sources:
|
|
|
|
`mimikatz "event::providers"`
|