Advice for Young SysAdmins

I’ve been working in the technology field since 1986, and it’s been a long and winding road, with many twists and turns. I thought I would take a minute and share some tips with my brethren who might be just starting out.

Joining Files with PowerShell

As a server administrator, one of my duties is to review log files for anomolous behavior, errors, or other issues. For me, combining all the daily logs into one big file is much easier to review.

PSMetrics Part 4: Basic Metrics Display in ASP

Welcome to the final piece of the puzzle: displaying our metrics. We now have a pile of bits in our database, and now it needs to be displayed in a meaningful way. As you may recall from the previous parts of this series, we first built a PowerShell script which gathers information from the local machine. Using the… Read More »

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.