Over the last few years, I have created a vast library of PowerShell scripts that I use to keep my servers healthy. These scripts do everything from monitoring disk health to helping me to reclaim ...
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 ...
If you want to delete or create a scheduled task on Windows 11/10 using Windows PowerShell, this tutorial will help you do that. You do not have to open Task Scheduler to create the scheduled task.
While the Task Scheduler app offers the most convenient environment to manage tasks on Windows 10, you can also use PowerShell to schedule, modify, and delete tasks, which can come in handy when you ...
Dot sourcing can simplify large PowerShell scripts -- but without a clear structure, it can quickly lead to chaos.
On Windows 11, PowerShell is a command-line interface (CLI) developed by Microsoft to execute commands and run scripts. In a ...
Back in 2008, I wrote a piece called PowerShell Tips and Tricks, which covered the then-relatively new Windows scripting language and some cool things you could do with it. Although PowerShell has ...
When automating a ton of tasks, creating a visual cue on the activate is helpful in knowing that things are running smoothly. No one likes to wait. We all want stuff done now but, unfortunately, ...
When deploying SQL Servers and when you need to implement some of kind of business intelligence, chances are you're going to need a SQL Server Integration Services (SSIS) catalog. A SSIS catalog is a ...