PowerShell

Creating a Class Definition from an Existing Object - Part 1

Creating a Class Definition from an Existing Object - Part 1

A PowerShell Conversion Challenge The first IronScripter Challenge for this year was released a few weeks ago. The goal for A PowerShell Conversion …

12 min read
A 2020 Year End Review and 2021 Directions

A 2020 Year End Review and 2021 Directions

A Long Time Ago It seems an incredibly long time has passed since I wrote an article for my site. In fact, it’s been… 1 New-TimeSpan …

11 min read
Responding to an Issue Submitted for the PoShDynDnsApi Module

Responding to an Issue Submitted for the PoShDynDnsApi Module

The PoShDynDnsApi Module I published the PoShDynDnsApi module to the PowerShell Gallery in January of 2019 though it feels more like 5 years than the …

8 min read
Building a PowerShell Command Inventory Solution - Part Deux

Building a PowerShell Command Inventory Solution - Part Deux

Introduction It’s been ten days since I published an article on my initial solution for the IronScripter challenge Building a PowerShell Command …

5 min read
Building a PowerShell Command Inventory Solution

Building a PowerShell Command Inventory Solution

Introduction The latest IronScripter challenge, Building a PowerShell Command Inventory, helps us to understand our library of PowerShell code. It is …

17 min read
A PowerShell Counting Challenge Walk-through

A PowerShell Counting Challenge Walk-through

Introduction The latest IronScripter challenge, A PowerShell Counting Challenge, had challengers learning about loops, possibly range and modulus …

8 min read

PowerShell 7 Experimental Features

#PS7Now! PowerShell 7 Is Here This #PSBlogWeek focuses on the official release of PowerShell 7 — the newest, fastest, and best PowerShell putting the …

6 min read
PowerShell 7 Changes to JSON Cmdlets

PowerShell 7 Changes to JSON Cmdlets

#PS7Now! PowerShell 7 Is Here Part of #PSBlogWeek, this article is one of many from several community members and PowerShell bloggers, like me, that …

13 min read
Writing Windows Events with Smart EventData

Writing Windows Events with Smart EventData

Introduction I’ve spent quite some time researching how to create events using EventData with named Data elements. It’s not easy and is …

5 min read
Get-History Lesson

Get-History Lesson

A Quick History Lesson Today, I did a significant amount of work in a PowerShell session and, even though most of what I did was copy/pasted from a …

7 min read