add actions

This commit is contained in:
fukusuket
2025-03-09 13:56:18 +09:00
parent ad84941aee
commit 5c94fa95df
2 changed files with 44 additions and 1 deletions

View File

@@ -23,4 +23,3 @@ jobs:
- name: Get-WinEvent -ListProvider *
run: (Get-WinEvent -ListProvider Microsoft-Windows-Security-Auditing).Events | ForEach-Object { [PSCustomObject]@{EventID=$_.Id; Description=($_.Description -replace "`r`n", " ") -replace "\..*", ""} }