This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.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 |