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

  • 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.

Previous Page
1 … 6 7 8 9
Next Page

Latest Posts

  • RSS Feed

  • Why Your Intune File Commits Fail in PowerShell 7.4+3 October 2025
  • Automating LEGO Instruction Downloads with PowerShell22 September 2025
  • PowerShell Tip: Testing Performance with Measure-Command15 September 2025
  • PowerShell Remoting: Managing Multiple Systems from One Console8 September 2025
  • PowerShell Pipelining: Combining Commands for Efficiency1 September 2025

Advanced Beginner Deep Dive Fundamentals Intermediate PowerShell Quick Learnings Troubleshooting


Archive

  • October 2025
  • September 2025
  • August 2025
  • 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