Sitemap

A list of all the posts and pages found on the site. For you robots out there is an XML version available for digesting as well.


Pages


Posts

Refreshing the Blog

16 minute read

Posted:

In this article, I’ll go into detail on how I rejuvenated this site, focusing on key technical aspects along the way.

A PowerShell Counting Challenge Walk-through

6 minute read

Posted:

Learn about the PowerShell concepts of for and foreach loops, ForEach-Object and pipelines, and the range and modulus operators in this Iron Scripter challen...

PowerShell 7 Experimental Features

6 minute read

Posted:

New features that are not production ready are deemed experimental in nature. Users can choose to opt-in for an experimental feature on an individual basis.

PowerShell 7 Changes to JSON Cmdlets

12 minute read

Posted:

We wanted to cover some of the changes that demonstrate the efficacy of adopting the newest, fastest, and best PowerShell. This article focuses on the JSON c...

Get-History Lesson

6 minute read

Posted:

Learn about the default PowerShell history cmdlets and concepts.

Design Deep Dive : PoShDynDnsApi

11 minute read

Posted:

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

Windows Forms

4 minute read

Posted:

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...

How I Implement Module Variables

6 minute read

Posted:

Updated:

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

ForEach-Object -WhatIf

3 minute read

Posted:

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.

How I Blog

9 minute read

Posted:

Updated:

What technologies are used in my blog?

Updatable Help

3 minute read

Posted:

Updatable Help on GitHub Pages with platyPS.

Clear DNS Server Cache

less than 1 minute read

Posted:

Clear the DNS server cache on all domain controllers.

Unique Email Domains

1 minute read

Posted:

Get unique email domains from proxyAddresses for Exchange or Azure.

Welcome to My PowerShell Blog

1 minute read

Posted:

Updated:

Greetings fellow PowerShell aficionados!…I’ve decided to start blogging about PowerShell.