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 ...
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.
Just like any good tool, knowing the different ways to use the If statement will help your script in many ways. Every programming and scripting language has had some sort of way to perform a ...
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 ...
Business.com on MSN

Understanding functions in PowerShell

Don’t copy and paste the same code over and over again. Instead, create a PowerShell function and save yourself time.
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 ...
You had to see this one coming. After all, I wrote a book about it. However, I’m still amazed at the number of people that don’t know what PowerShell is. So, here is my pitch, hopefully people take ...