mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 06:55:52 +03:00
[GH-ISSUE #996] Feature Request: Event Log Check can only use Application, System and Security #2548
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#2548
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JSuenram on GitHub (Feb 28, 2022).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/996
Consider you want to monitor Eventlog vor NTLM-Auditing.
You need to look in "Microsoft-Windows-NTLM/Operational" which is not Possible with Event-Log-Check at the moment.
There are about 150 other EventLogs which are not written to Application/System or Security....
Currently you can not use them in TRMM.
@dinger1986 commented on GitHub (Feb 28, 2022):
you can with powershell, can look at the defender checks for reference
@silversword411 commented on GitHub (Mar 9, 2022):
You can use powershell to query any event log. Use this as example:
https://github.com/amidaware/community-scripts/blob/main/scripts/Win_Defender_Status_Report.ps1
Closing