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 ...
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 ...
Task Scheduler is capable of much more than just running built-in Windows 11 functions. It can also be used to launch third-party apps. For example, in lieu of Disk Cleanup, I can schedule a run using ...
Recently, I have been hard at work, creating some really complex PowerShell scripts related to a few projects that I have been working on. One of the big lessons that I have learned through all of ...
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 ...
You can use PowerShell scripts to automate various tasks in Windows and other operating systems, like organizing data, searching for files or fetching data from the Internet. You can't actually run ...
I ran into a discussion a while back with a collegue that claimed that a lot of clients don't allow us to set up PowerShell scripts for different scheduled maintanence tasks on their servers. I myself ...
Microsoft has released a PowerShell script that helps Windows 10 users securely contribute their computer's unused processing power to Folding@home. Distributed-computing disease research project ...