News

Scripting is often seen as something only IT admins do to lengthen their coffee breaks, but home users can benefit from ...
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.
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 ...
Variables are just about the most ubiquitous element inside any PowerShell script. Variables can easily be created and referenced inside your script. But sometimes you just need to test to see if they ...
Most of the PowerShell scripts that I have seen over the years are relatively straightforward. They tend to use a sequence of cmdlets and various operators and parameters. However, a script consisting ...
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 can buy specific software to sync your files and folders, but it may not offer the flexibility you need. A good PowerShell script, however, can help you build a custom solution that meets all your ...
DISM is the Swiss Army Knife of Windows 10 maintenance and with the Windows 10 Creators Update it gained a helpful collection of PowerShell scripts. Here's how to put them to use. With the release of ...
The Vice Society ransomware gang is deploying a new, rather sophisticated PowerShell script to automate data theft from compromised networks. Stealing corporate and customer data is a standard tactic ...