Creating an Event Log with PowerShell

Programmatically creating an new Windows Event Viewer log can be quite useful during automated processes. While some folks know how this is done, others might needs some guidance. Here’s how to do it with PowerShell.

PSMetrics Part 2: PowerShell Collector

Welcome back for part 2 of the series. In this post, I’ll be putting together a simple collector script with PowerShell for gathering metrics on a Windows host, and sending the data to the ingestor.

Dump Database to Text Files

I recently had a need write records from a database to text files, with one file per record. This post covers how I did it, with VBScript. This project was actually part of a much larger project, which in reality was one of those “Let’s see if I can do it” type of projects. It turned out successful,… Read More »