Change files and folders to Title Case or start with a Capital Letter for each word using PowerShell

Problem:

I needed to change all files and folders within a directory to use title case so that words all started with capital letters using PowerShell

Continue reading “Change files and folders to Title Case or start with a Capital Letter for each word using PowerShell”

Extract Image Files from Microsoft Word and Rename

Problem:

I frequently need to extract images from Microsoft Word documents and save them to a folder with a new file name that matches my article/naming convention.  Saving individual images is slow and most of the workarounds found online involve saving the Word file as an html file which produces duplicate images.

Continue reading “Extract Image Files from Microsoft Word and Rename”