PowerShell scripting doesn't have to haphazard. Here's how to tell PowerShell to build a script from the commands that you have already entered at the command line. Even though I've worked extensively ...
Semantic versioning gives PowerShell script changes clear meaning so you can evolve scripts quickly without letting updates devolve into chaos.
This simple script tamed my Downloads folder.
This repository contains scripts for PnP PowerShell, CLI for Microsoft365, Graph SDK PowerShell, SPO PowerShell, and Azure CLI, that are based on real world examples of the scripts that you run to ...
Azure PowerShell Script Sample - Load balance traffic to VMs for high availability This script sample creates everything needed to run several Windows virtual machines configured in a highly available ...
The Windows Task Scheduler is a boon for a group of users who like to schedule different tasks and automate them. I use it all the time to schedule periodic execution of scripts and some programs to ...
From checking systems to see if security patches are installed to monitoring Windows Server Backup attempts, PowerShell scripts can make tedious IT administrative tasks quick and easy. I’ve written a ...
Don’t copy and paste the same code over and over again. Instead, create a PowerShell function and save yourself time.