• Home
    • Powershell
    • Fundamentals
    • Beginner
    • Intermediate
    • Advanced
    • Deep Dive
    • PowerShell
    • Quick Learnings
    • Troubleshooting
  • Archive
    • Jos
    • Casper
  • Automating LEGO Instruction Downloads with PowerShell

    Jos Fissering

    22 September 2025
    Beginner, Intermediate, PowerShell

    Tired of manually downloading LEGO building instructions? This PowerShell function automates the process by fetching the instruction page, filtering valid PDF links, and saving them neatly into a folder per set. Whether you’re organizing your collection or just love scripting, this tool adds efficiency and fun to your LEGO hobby.

  • PowerShell Tip: Testing Performance with Measure-Command

    Jos Fissering

    15 September 2025
    Beginner, PowerShell, Quick Learnings, Troubleshooting

    Measure-Command is a simple yet powerful tool to gain insight into the performance of your PowerShell code. Whether you’re optimizing scripts or just curious — to measure is to know.

  • PowerShell Remoting: Managing Multiple Systems from One Console

    Casper Stekelenburg

    8 September 2025
    Advanced, Intermediate, PowerShell

    PowerShell Remoting lets you run commands, gather inventory, and automate fixes across dozens—or hundreds—of systems from one console. In this guide you’ll enable remoting safely, run one‑off commands with Invoke-Command, build persistent sessions for faster workflows, push scripts, move files, and troubleshoot connectivity like a pro. If you manage Windows servers or mixed environments, mastering these patterns will cut tedious RDP hops, standardize execution, and boost reliability—while keeping security (WinRM, auth, firewall, encryption) front and center.

  • PowerShell Pipelining: Combining Commands for Efficiency

    Casper Stekelenburg

    1 September 2025
    Beginner, Fundamentals, PowerShell

    One of PowerShell’s most powerful features is its pipeline system. The pipeline allows you to send output from one command directly to the input of another command, creating efficient and elegant solutions to complex problems. In this guide, we’ll explore how to master PowerShell’s pipeline to write more efficient and readable scripts. What is the […]

  • Exploring Recursive Functions in PowerShell: A Backend Adventure

    Jos Fissering

    25 August 2025
    Intermediate, PowerShell

    Discover how recursive functions work in PowerShell and why they’re perfect for navigating complex, nested data structures. Inspired by Boot.dev’s RPG-style learning, this post walks through a practical example using JSON and hashtables to build file paths recursively—ideal for backend developers looking to level up their scripting skills.

  • Working with Files and Directories in PowerShell

    Casper Stekelenburg

    18 August 2025
    Beginner, Fundamentals, PowerShell

    Master everyday file and directory tasks in PowerShell with a practical toolkit: navigate with Set-Location (cd/$pwd), explore with Get-ChildItem (filters, recursion, attributes), create with New-Item, and manage with Copy-Item, Move-Item, and Remove-Item. Learn safe patterns using Test-Path, -WhatIf, and Join-Path, plus real-world scripts for backups, temp cleanup, organizing files by extension, and detecting duplicates. The article also covers error handling and cross-platform path practices to keep automation reliable.

Previous Page
1 2 3 4 … 10
Next Page

Latest Posts

  • RSS Feed

  • Switch Statements in PowerShell: The Swiss Army Knife of Decision Making24 November 2025
  • Enums in PowerShell: Strongly Typed Values for Robust Scripts17 November 2025
  • Dot Sourcing in PowerShell: The Art of Script Inclusion (Without the Drama)10 November 2025
  • PowerShell: Hashtable vs PSCustomObject Explained3 November 2025
  • When Should You Use -match vs. -like in PowerShell?27 October 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