• Home
    • Powershell
    • Fundamentals
    • Beginner
    • Intermediate
    • Advanced
    • Deep Dive
    • PowerShell
    • Quick Learnings
    • Troubleshooting
  • Archive
    • Jos
    • Casper
  • 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.

  • File sizes in Powershell

    Jos Fissering

    21 October 2024
    Beginner, PowerShell, Quick Learnings

    Sometimes we need to work with file sizes in Powershell and a lot of those are displayed or required in bytes. How to calculate with those quick and easy?

  • Naming Custom PowerShell Functions: Best Practices and Conventions

    Casper Stekelenburg

    14 October 2024
    Intermediate, PowerShell

    When writing scripts, one of the most important aspects to consider is how you name your custom functions. Good naming conventions not only make your code more readable and maintainable but also ensure consistency across your scripts and modules. In this blog post, we will explore the best practices and conventions for naming custom functions.

  • Date/Time formats

    Jos Fissering

    7 October 2024
    Beginner, PowerShell

    A quick reference to Date/Time formats in .NET notation.

  • Ever needed to sort a list of IP-Addresses in Powershell?

    Casper Stekelenburg

    7 October 2024
    Beginner, PowerShell, Quick Learnings

    When we want to sort IP Addresses in Powershell the normal result is alphabetical, but that is not wat we want. How to solve?

Previous Page
1 … 4 5 6 7
Next Page

Latest Posts

  • RSS Feed

  • Coalescing in PowerShell 79 June 2025
  • Unlocking the Power of PowerShell Modules: A Comprehensive Guide2 June 2025
  • Creating GUI Applications: Practical Example | Log Viewer26 May 2025
  • Creating GUI Applications: Building Simple Graphical Interfaces with PowerShell19 May 2025
  • Testing for Null or Empty values5 May 2025

Advanced Beginner Deep Dive Fundamentals Intermediate PowerShell Quick Learnings Troubleshooting


Archive

  • 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