mirror of
https://github.com/socfortress/Wazuh-Rules.git
synced 2025-11-02 12:53:15 +00:00
9 lines
250 B
Batchfile
9 lines
250 B
Batchfile
:: Simple script to run Windows Firewall Block
|
|
:: The script executes a powershell script and appends output.
|
|
@ECHO OFF
|
|
ECHO.
|
|
|
|
pwsh.exe -executionpolicy ByPass -File "C:\Program Files (x86)\ossec-agent\active-response\bin\windowsfirewall.ps1"
|
|
|
|
:Exit
|