Skip to content

Dear Internet Explorer user: Your browser is no longer supported

Please switch to a modern browser such as Microsoft Edge, Mozilla Firefox or Google Chrome to view this website's content.

Robocopy

Posted 24th May 2016

No comments

Use the built-in Microsoft “robocopy” utility to move or copy files en masse.

Read the full story...

Batch convert a folder of DOCX files to PDF

Posted 20th April 2016

12 comments

Use this handy PowerShell script to convert all Microsoft Word DOCX files in a directory into Adobe Acrobat PDF files.

Read the full story...

Convert CSV to XLSX via PowerShell

Posted 9th March 2016

51 comments

A nifty PowerShell script that will take a delimited CSV file and convert it to a XLSX file.

Read the full story...

Rotate or flip multiple image files using PowerShell

Posted 4th March 2016

4 comments

Use a PowerShell script in Microsoft Windows to rotate or flip large numbers of images automatically.

Read the full story...

PowerShell logo

Powershell: Add or remove the ‘Read Only’ attribute from files

Posted 8th February 2016

1 comment

Use Microsoft PowerShell to add or remove the ‘read only’ attribute from large batches of files in a directory.

Read the full story...

Batch save images into a new format via PowerShell

Posted 18th December 2015

5 comments

Use a PowerShell script to copy all images in a directory and save them into a different image file format.

Read the full story...

PowerShell logo

Combine multiple CSVs into one XLSX via PowerShell

Posted 25th November 2015

19 comments

A convenient PowerShell script that will detect all of the CSV files in a directory and merge them into a single XLSX file. Each CSV becomes a worksheet in the XLSX.

Read the full story...

PowerShell logo

Batch rename files using PowerShell and a CSV

Posted 23rd November 2015

9 comments

Use this simple PowerShell script to change hundreds or thousands of file names automatically, based on a CSV.

Read the full story...

PowerShell logo

PowerShell: Delete folders based on name

Posted 30th September 2015

3 comments

Use this simple script to delete any folders in a directory (or its subdirectories) that contain a particular string or strings.

Read the full story...

PowerShell logo

Use PowerShell to copy all files with a certain name or extension

Posted 2nd September 2015

No comments

Use this simple PowerShell script to batch copy files from one location to another on your computer.

Read the full story...