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 ...
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 ...
Turns out Windows already gives you all the tools you need to block distracting apps and websites—you just have to put them ...
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.
A PowerShell “for” loop is a core scripting tool that lets you execute a block of code multiple times. Whether you’re automating system tasks or processing data, understanding how to write a “for” ...
PowerShell has made it dead simple to automate all kinds of things. However, its simplicity can be deceiving. PowerShell takes the complexity out of script writing but unless you're writing a ...
There's a version of your Windows setup where files sort themselves, backups happen quietly in the background, and everything you copy is automatically saved for later. And the best part is that you ...
Turla, also known as Snake, is an infamous espionage group recognized for its complex malware. To confound detection, its operators recently started using PowerShell scripts that provide direct, ...