• Home
    • Powershell
    • Fundamentals
    • Beginner
    • Intermediate
    • Advanced
    • Deep Dive
    • PowerShell
    • Quick Learnings
    • Troubleshooting
  • Archive
    • Jos
    • Casper
  • PowerShell Error Handling for Beginners: Try, Catch, and Finally

    Casper Stekelenburg

    14 July 2025
    Beginner, PowerShell

    Error handling is a crucial aspect of writing robust PowerShell scripts. When things go wrong—and they will—proper error handling helps your scripts gracefully manage problems, provide meaningful feedback, and continue operating when possible. In this guide, we’ll explore PowerShell’s error handling mechanisms and learn how to write more resilient scripts.

  • Running Legacy Scripts in a Modern Console

    Jos Fissering

    7 July 2025
    Beginner, Intermediate, PowerShell, Quick Learnings

    Unlock the full potential of PowerShell 7.x while still running those essential legacy scripts! Discover how to seamlessly execute PowerShell 5.1 modules like ‘VirtualMachineManager’ within your modern console. Follow our quick guide to bridge the gap between versions effortlessly.

  • Strict Mode in PowerShell

    Jos Fissering

    23 June 2025
    Beginner, Intermediate, PowerShell, Quick Learnings, Troubleshooting

    Strict mode is a concept found in various programming languages, designed to enforce stricter coding rules and catch common bugs early. While PowerShell doesn’t have a strict mode like JavaScript or TypeScript, it does offer a feature called Set-StrictMode that serves a similar purpose.

  • Advanced PowerShell Modules: Building Clean and Structured Code

    Casper Stekelenburg

    16 June 2025
    Intermediate, PowerShell

    In our previous article, we explored the fundamentals of PowerShell modules – what they are, why to use them, and how to create basic modules. Now, let’s dive deeper into advanced module development techniques, best practices for keeping your code clean and structured, and professional-grade module development workflows. This continuation will help you transform from a module user to a module architect, capable of building robust, maintainable, and professional PowerShell modules.

  • Coalescing in PowerShell 7

    Jos Fissering

    9 June 2025
    Intermediate, PowerShell, Quick Learnings

    Discover how PowerShell 7’s null-coalescing operators (?? and ??=) can simplify your scripts by handling $null values more cleanly and safely. This guide covers basic usage and tips to make your code more readable and reliable.

  • Unlocking the Power of PowerShell Modules: A Comprehensive Guide

    Casper Stekelenburg

    2 June 2025
    Beginner, PowerShell

    PowerShell modules are fundamental for creating scalable and reusable scripts. They offer a structured approach to package, share, and manage collections of PowerShell code, including functions, cmdlets, and variables. This guide delves into the essentials of PowerShell modules, explaining what they are, the different types available, and why they are indispensable for any PowerShell user, from automating system administration to developing toolsets for team collaboration.

1 2 3 … 7
Next Page

Latest Posts

  • RSS Feed

  • PowerShell Error Handling for Beginners: Try, Catch, and Finally14 July 2025
  • Running Legacy Scripts in a Modern Console7 July 2025
  • Strict Mode in PowerShell23 June 2025
  • Advanced PowerShell Modules: Building Clean and Structured Code16 June 2025
  • Coalescing in PowerShell 79 June 2025

Advanced Beginner Deep Dive Fundamentals Intermediate PowerShell Quick Learnings Troubleshooting


Archive

  • July 2025
  • June 2025
  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024

Tulips, Windmills & PowerShell: Dutch Scripting Guys

Privacy Policy