• Home
    • Powershell
    • Fundamentals
    • Beginner
    • Intermediate
    • Advanced
    • Deep Dive
    • PowerShell
    • Quick Learnings
    • Troubleshooting
  • Archive
    • Jos
    • Casper
  • Fundamentals | Data Types

    Jos Fissering

    9 January 2025
    Fundamentals, PowerShell

    In this blog post, we’ll embark on a thrilling adventure through the land of PowerShell data types. Get ready to meet some of the most common characters, from the trusty integers and chatty strings to the ever-organized arrays and mysterious hash tables.

  • Fundamentals | Loops

    Jos Fissering

    6 January 2025
    Fundamentals, PowerShell

    PowerShell loops are like the Swiss Army knives of scripting—they’re essential for automating those mind-numbing repetitive tasks and wrangling large sets of data like a pro. In this blog post, we’ll dive into the wonderful world of PowerShell loops. You’ll learn how to use these loops to gracefully dance through collections, perform magical actions on each item, and take full control of your script’s destiny. Get ready to loop-de-loop your way to scripting greatness!

  • PowerShell Splatting: Simplifying Command Syntax

    Casper Stekelenburg

    23 December 2024
    Intermediate, PowerShell, Quick Learnings

    If you’ve ever found yourself overwhelmed by the sheer number of parameters in your PowerShell commands, splatting might just be the solution you need. Splatting is a powerful feature in PowerShell that allows you to bundle parameters into a single variable, making your scripts cleaner and more readable.

  • Master Remote Sessions: Effortlessly Deploy Local Functions

    Jos Fissering

    16 December 2024
    Intermediate, PowerShell, Quick Learnings

    Running a function inside a remote session or ForEach-Object -Parallel can be tricky because the function isn’t available on those computers or sessions. While copying the function’s contents into the scriptblock is an option, it requires revisiting the script whenever the function changes—not the best approach.

  • Troubleshooting a common issue with Register-PSRepository

    Casper Stekelenburg

    9 December 2024
    Intermediate, PowerShell, Troubleshooting

    The tale of the missing property and Register-PSRepository.

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

Previous Page
1 … 5 6 7 8 9
Next Page

Latest Posts

  • RSS Feed

  • PowerShell: Hashtable vs PSCustomObject Explained3 November 2025
  • When Should You Use -match vs. -like in PowerShell?27 October 2025
  • 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

Advanced Beginner Deep Dive Fundamentals Intermediate PowerShell Quick Learnings Troubleshooting


Archive

  • November 2025
  • 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