News

Scripting is often seen as something only IT admins do to lengthen their coffee breaks, but home users can benefit from ...
Before I show you how multi-dimensional arrays work, I want to spend a few minutes talking about normal PowerShell arrays for the benefit of anyone who might not be familiar with them.
Windows PowerShell ISE is a GUI-based application. You can use it to wite, run, and edit multiple scripts and commands in different tabs.
Punctuation can be problematic in PowerShell, with apostrophes sometimes causing PowerShell to misinterpret strings. Here's how to get around that.
For example, with the Hyper-V examples that I reference earlier, there is a posting entitled: “ Hyper-V WMI Using PowerShell – Part 4 and Negative 1 “.
You can format your external hard drive or USB drive using PowerShell. Follow this tutorial to change drive letter, create partition, etc.
While Tom was learning PowerShell, he found himself trying to translate the bash commands he was familiar with into the PowerShell commands that accomplish the same task, coming up with this handy ...
When you need to leverage regex in PowerShell you'll be using the .NET regex engine. Each language has its own subtleties so be aware of this if you find an example regular expression on the Internet ...