Sysmon – THE host-level tracing tool
I have heard about Sysmon for a long time. The past few weeks I have been getting into it and…
Add timestamps to Powershell/Command Prompt
When originally setting up CommandoVM (unfortunately not currently updated anymore), I noticed that when using CMD/PS that it had a…
Powershell – Bound Ports Logging 2 – w/ timeline
This script improves upon the prior logging script in that it helps you map the timeline of when ports are…
Powershell – Combine CSV files with different headers
This script takes a folder of .csv files, combines all the headers, then combines the data from the .csv files…
Powershell – Dynamically Tail Log File
I originally made this script to tail a certain program’s log files. The program started logging, then when the file…
Powershell – Combine Log Files
Gets the files inside of a folder, orders them by last write time, combines the contents, then outputs to a…
Powershell – Bound Ports Logging
This script provides 2 functionalities: Log the process with the most bound ports along with the number of ports linked…
Tools #2 – Nirsoft Utilities
Ode to Nirsoft Nirsoft.net houses a collection of free, portable utilities that I have found indispensable over time. Much like…
Powershell – Export, zip, and email Windows Event Logs
This is a script that I made for our RMM that exports Windows Event Logs to a folder, zips the…
Tools #1 – Daily Drivers – Part 1
Tools that I use frequently which make a big difference. As the blog goes on I’ll be using this space…