Recent Articles

Powershell

Writing Windows Events with Smart EventData

Learn how to write events with structured EventData.

5 min read
Powershell

Get-History Lesson

Learn about the default PowerShell history cmdlets and concepts.

7 min read
Powershell

PowerShell Beginners Have to Start Somewhere

Learn basic PowerShell concepts and apply them to the beginner's Iron Scripter challenge.

14 min read
Powershell

Design Deep Dive - PoShDynDnsApi

In this post, I want to give you a peek into my development process for the PoShDynDnsApi module.

12 min read
Powershell

Using the PSGSuite Module for G Suite

Examples on how to create OUs, groups, and users with the PSGSuite PowerShell Module.

7 min read
Powershell

Introducing the PoShDynDnsApi Module

PoShDynDnsApi is an unofficial PowerShell module used to interact with Dyn Managed DNS REST API.

5 min read
Powershell

Windows Forms

Recently, I was tasked to provide a GUI for a PowerShell script. Okay, I think I tasked myself, but it was an interesting foray into the .Net [System.Windows.Forms] class...One of the common threads I noticed in the handful of scripts I found was that they really didn't offer options for parameters. I've been a big proponent for creating tools, aka functions, since I first began writing PowerShell code. So, I set out gathering some tools that I thought I would need.

5 min read
Powershell

How I Implement Module Variables

Originally, I used globally scoped variables for one of my modules to keep track of session data, but now I use a module variable.

7 min read
Powershell

ForEach-Object -WhatIf

While working on my PoShDynDnsApi module, I came across an issue...I checked out the ForEach-Object and saw that it supports -WhatIf and -Confirm parameters.

4 min read
Powershell

Download Newest Sysinternals Tools

Download recently updated Sysinternals tools

4 min read