News

Sometimes you need to scan some files for a piece of data like a string, phrase or some number, and one of those files just happens to be an Excel spreadsheet. You could open up the file, launch the ...
Learn how to pass spreadsheet values as parameters to a PowerShell script for more dynamic and functional automation.
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 ...
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.
I have PDFs in a directory that I would like to sort based on a portion of their filename. I've come up with a solution (cobbled together from Google searches) that mostly works but am wondering ...
Are you getting started with PowerShell? If so, this guide will help you to create and run your first script on Windows.
Sometimes you need to scan some files for a piece of data like a string, phrase or some number, and one of those files just happens to be an Excel spreadsheet. You could open up the file, launch the ...