Upload files to "3 DC/Agents/Sysmon"
This commit is contained in:
7
3 DC/Agents/Sysmon/DeploySysmon.bat
Normal file
7
3 DC/Agents/Sysmon/DeploySysmon.bat
Normal file
@ -0,0 +1,7 @@
|
||||
@echo off
|
||||
SET FLAG=~\Documents\SysmonFlag.txt
|
||||
IF EXIST %FLAG% GOTO END
|
||||
echo "Sysmon Installed" > %FLAG%
|
||||
\\DC01\Software\SplunkUF\sysmon.exe -i -accepteula
|
||||
|
||||
:END
|
Reference in New Issue
Block a user