Skip to the main content.

Topic: Scripting

Posts about

Scripting

March 26, 2025 - 6 min read

Using .NET Libraries in PowerShell - GUI dialogs and case-correcting text

In the previous two parts, we looked at a few .NET types and ways to “look inside” and find their...

March 19, 2025 - 8 min read

Using .NET Libraries in PowerShell - Libraries and Types

In part 1, we began exploring how cmdlets internally rely on .NET libraries and how you can access...

March 11, 2025 - 5 min read

Using .NET Libraries in PowerShell - Best Practice and Quick Start

Most PowerShell cmdlets are simply wrappers around underlying .NET libraries. In this series, we’ll...

February 25, 2025 - 5 min read

How To Use Web Services in PowerShell - Advanced Options

In the previous parts we looked at the basic tasks Invoke-WebRequest and Invoke-RestMethod perform,...

February 21, 2025 - 5 min read

How To Use Web Services in PowerShell - Invoke-RestMethod Deep Dive

In part 2 we looked at Invoke-WebRequest. Today we focus on Invoke-RestMethod: this cmdlet performs...

February 18, 2025 - 4 min read

How To Use Web Services in PowerShell - Invoke-WebRequest Deep Dive

Let’s focus on a few things that the more basic Invoke-WebRequest can do for you. 

February 12, 2025 - 4 min read

How To Use Web Services in PowerShell - An Introduction

PowerShell provides two cmdlets for accessing websites and web services: Invoke-RestMethod and...

February 10, 2025 - 3 min read

Typed PowerShell Arrays and Generic Lists

Understanding the different array types in PowerShell is essential for efficient data management...

February 10, 2025 - 3 min read

Optimizing PowerShell Performance: Using More Efficient and Flexible Arrays

Optimizing PowerShell arrays is key to improving script performance and ensuring efficient data...