News

How to use PowerShell objects, how to tease more info and functionality out of them and how objects can be useful in scripting scenarios.
I use Powershell's "custom-object" command to create custom objects with properties I want to save. But custom-object applies only to one variable. Is it possible to create a custom class, like in ...
Learn how to use loops and dynamic object naming in PowerShell to build GUI settings interfaces that can adapt as new parameters are added.
I'm sure you've heard me stress repeatedly that PowerShell is all about the objects and specifically objects in a pipeline. This concept can take some time to get your head around. Beginners will try ...
When it comes to bulk administration, few things are handier than .CSV files. In this two-part series, Brien demos his top techniques for working with .CSV files in PowerShell. First up: How to ...
Looking at the signature of a file quickly lets you know whether that file is really what it claims to be. Here's how to tap PowerShell to figure out the file signature.
While software can sync files and folders for you, it's often limited in scope. Learn how a PowerShell script can help you build a custom solution.
You can view a Text file in Command Prompt or PowerShell in Windows 11/10. You can view the entire content of TXT, a specific line, etc.