Skip to content

Instantly share code, notes, and snippets.

@DavidHoenisch
Last active January 25, 2023 23:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DavidHoenisch/e2e209bc221a4786d1e1b17d63ec6411 to your computer and use it in GitHub Desktop.
Save DavidHoenisch/e2e209bc221a4786d1e1b17d63ec6411 to your computer and use it in GitHub Desktop.
Configure powershell with swiftonsecurity's sysmon config. Assumes that your install paths match. Modifiy as needed.
$source = 'https://raw.githubusercontent.com/Neo23x0/sysmon-config/master/sysmonconfig-export.xml'
$destination = 'C:\Program Files\Sysmon\Sysmon\sysmonconfig-export.xml'
Invoke-WebRequest -Uri $source -OutFile $destination
'C:\Program Files\Sysmon\Sysmon\Sysmon.exe -c .\sysmonconfig-export.xml'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment