News

We're going to build off my previous series to show how to further the communication channel between Excel and PowerShell. In a recent series of posts, I explained how to launch a PowerShell script ...
PowerShell can save you a lot of time on Windows admin tasks, but to use it effectively you need to understand how it works. Here's a crash course in Windows PowerShell scripting basics to get you ...
The included PowerShell script, TrafficManagerNonAzureEndpoints.ps1, included in this repository can assist in identifying Traffic Manager Profiles that include ...
Scripting is often seen as something only IT admins do to lengthen their coffee breaks, but home users can benefit from ...
The scientific term entropy, which is generally defined as the measure of randomness or disorder of a system is important in AV evasion. This is because, malware often contains code that is highly ...
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 ...
We will explain the following methods to install and uninstall Windows PowerShell ISE: Installing PowerShell ISE via Windows Optional Features. Uninstalling PowerShell via Windows Optional features.
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 ...
PowerShell scripts are great because they can be used to do almost anything. One of the limitations to PowerShell scripts, however, is that it isn't always practical to give a script to someone who ...
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 ...