Using .NET Methods in PowerShell (with practical examples you’ll actually reuse)
PowerShell is already sitting on top of .NET, which means you can call .NET types and methods directly whenever the built-in cmdlets don’t quite fit, or when you want more control (performance, precision, or fewer dependencies). This post is a practical tour of the patterns I use most: string