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 have every used the Command Line, or CMD, interface in Windows, you probably have some idea of the powerful things it can do. Creating your own CMD scripts, you can do even more, but faster. A ...
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 ...
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 ...
In my previous post, I showed you how to create a clickable button in Excel. That button displayed a simple message box. Now, I want to show you how to use the button to kick off a PowerShell script.
If you’ve ever opened a command-line window on Windows and wondered which tool you should be using, you’re not alone. Between Command Prompt, PowerShell, and Windows Terminal, knowing when to choose ...
PowerShell is a vital task-automation and configuration management tool for Microsoft whose many features include making it possible for system administrators to connect to remote computers and run ...
One of the last vestiges of the old MS-DOS days, the Command Prompt, is looking like an endangered species. The latest Windows 10 preview build puts the Windows PowerShell, first introduced on Windows ...
Greg Shultz explains how to use the PowerCfg command to investigate Windows sleep states and the devices that support them. Soon after the publication of my last article, “Tweaking power options in ...