For Loops in PowerShell
One of the core building blocks for any computer language. For loops iterate in a loop (repeat) until a condition is met, or continues forever, who am I to judge!
Welcome to ChrispyCrunch, I’m Chris. This is my corner of the web, a place where curiosity meets the work of making things real. I spend my days exploring technology, building ideas, and chasing the sparks that lead somewhere unexpected. Here, I share the experiments, insights, and discoveries that keep me moving forward.
One of the core building blocks for any computer language. For loops iterate in a loop (repeat) until a condition is met, or continues forever, who am I to judge!
If you rock a multi-monitor setup or a separate external display, you might be familiar with an application window opening on the device that is not powered on. You either
PowerShell has a great command called Invoke-RestMethod. With this command, you can: Delete Get Head Merge Options Patch Post Put Trace For this guide, we will focus on Get. In
What’s that? cURL in PowerShell? What are you doing he-you’re just Invoke-WebRequest aren’t you? Yep! You can kind of use cURL commands in Windows Powershell. This “cURL” is actually just
Google held its annual Google I/O event on May 11, 2022. This year’s keynote focused on inclusivity, security, and really cool tech like using CTRL+F in reality!
Let’s get right to it! You made your PowerShell script and now you want to automate in some way. It could start when a user logs in, at particular times
Nope, it’s not April Fools. This thing is real, and I’m in love!
I’ve been meaning to try my hand at some real-world JavaScript, honestly one of the many reasons I wanted to start my own site. Now, get ready, ’cause this converter’s
Sometimes, you just need to put some no nonsense JSON in your PowerShell script. It can also be helpful if you anticipate others viewing/modifying the script who may understand JSON’s