Don’t copy and paste the same code over and over again. Instead, create a PowerShell function and save yourself time.
Until Microsoft adds a native command that easily connects virtual directories to Azure Web apps, we're going to have to do it ourselves. In the era before cloud computing, writing an entire article ...
To avoid errors, it's important to write PowerShell scripts that prevent code from running on an unintended platform. Luckily, this is easier to do than it sounds. Up until a few years ago, PowerShell ...
Are all of the default PowerShell cmdlets exactly the way you like them to be? Do they have all of the parameters you think should be standard and have no extras? Probably not. We all have our quirks ...
PowerShell can save you a lot of time on Windows admin tasks, but to use it effectively you need to understand how it works. Here's a crash course in Windows PowerShell scripting basics to get you ...
A script is just a collection of commands saved into a text file (using the special .ps1 extension) that PowerShell understands and executes in sequence to perform different actions. In this post, we ...
In 2006, Windows Script Host (WSH) and the Command Prompt shell got a new sibling when Microsoft released a completely new environment called Windows PowerShell. PowerShell has some similarities to ...
Adam walks through how to proactively monitor an AD group for changes and execute a PowerShell script to take action when that happens. Every IT professional person needs to monitor their environment ...