• Home
    • Powershell
    • Fundamentals
    • Beginner
    • Intermediate
    • Advanced
    • Deep Dive
    • PowerShell
    • Quick Learnings
    • Troubleshooting
  • Archive
    • Jos
    • Casper
  • Foreach – Quickly get one entry

    Jos Fissering

    2 December 2024
    Intermediate, PowerShell, Quick Learnings, Troubleshooting

    Ever had a script which contains an array and a foreach loop? And then you want to test the content of the foreach, but only with one entry for troubleshooting purposes for example.

  • Using Parameter Sets In PowerShell Functions

    Casper Stekelenburg

    25 November 2024
    Intermediate, PowerShell

    In a previous blog I wrote about PowerShell’s common parameters, today I dive into another aspect of parameters in functions, namely Parameter Sets. Parameter sets allow you to define different sets of parameters for a single function, this helps creating clearer and more intuitive functions. What Are PowerShell Parameter Sets? Parameter sets allow you to […]

  • Working with paths

    Jos Fissering

    18 November 2024
    Beginner, PowerShell, Quick Learnings

    In this blog post, we delve into the powerful capabilities of PowerShell for manipulating file paths. Learn how to efficiently combine paths, extract file names and extensions, and navigate directories with ease. Whether you’re a beginner or an experienced scripter, these tips and tricks will enhance your file management skills and streamline your workflow.

  • Understanding PowerShell’s Common Parameters

    Casper Stekelenburg

    11 November 2024
    Intermediate, PowerShell

    PowerShell’s common parameters are a set of parameters that are automatically available to all cmdlets and advanced functions. These parameters provide a consistent way to control the behavior of cmdlets and functions, making it easier to manage and debug scripts. In this post, we will look at the most commonly used common parameters and how to use them.

  • Mastering Control Flow in PowerShell: Break, Return, Continue, and Exit

    Jos Fissering

    4 November 2024
    Deep Dive, Intermediate, PowerShell

    In this blog post, we’ll delve into the nuances of four fundamental PowerShell commands: **Break, Return, Continue, and Exit**. Each of these commands serves a unique purpose in controlling the execution flow of your scripts, whether it’s exiting loops, returning values, or terminating scripts.

  • Understanding the PowerShell $MyInvocation Variable

    Casper Stekelenburg

    28 October 2024
    Intermediate, PowerShell

    PowerShell has a number of built-in variables that can be used for all sorts of things. One of these variable is $MyInvocation. It is useful when you need detailed information about the context in which a script or function is being executed.

Previous Page
1 … 4 5 6 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