Skip to content

Instantly share code, notes, and snippets.

View balaprasathr's full-sized avatar

Balaprasath Rajan balaprasathr

View GitHub Profile
@balaprasathr
balaprasathr / Start-procmon.ps1
Created May 21, 2018 15:12
PowerShell script to automate Sysinternals ProcMon filters. ProcMon very powerful and handy in monitoring processes. ProcMon has command line option to load save configuration, but there is no explicit parameter to set parameters. The original author script to pass filter options as parameter in commandline was buggy. Fixed and publishing.
<#
.SYNOPSIS
Start-ProcMon uses Powershell to call Process Monitor, a tool from the Sysinternals Suite.
This script adds the functionality of dynamically specifying filters, which allows automation
with a minimal performance impact.
.DESCRIPTION
Written by Nick Atkins @Nik_41tkins
http://nomanualrequired.blogspot.com/
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by