This is a collection of PowerShell scripts to assist various administrative tasks.
This is a basic Windows Forms window template with buttons. Each button calls a function. Lines 125-140 show that when the button is clicked, the function in curly brackets is called.
This script replaces a string with another string for all files' filenames in a directory.
This script will download files from hyperlinks in your Outlook emails. You need to -
- Find the EntryID for the mailbox you want to download from.
- Use a regex to ensure you are downloading the file from the proper hyperlink
- Use a regex to match some pattern in the email to name the file
- Select an output directory
This script extracts PDFs embedded in Microsoft Word files. It requires 7zip.