Category Archives: Tools

Save mail attachments with PowerShell

The following step-by-step guide should enable you to automate the process of downloading attachments from an O365 mailbox to a folder. Be aware that this gives access to any mail account that you enter in the code below, therefore don’t just consider functional aspects but also the security of your environment. You should also be… Read More »

Display and compare version information of multiple files

  You probably know the situation: A software product is running fine on one machine and fails on another. One reason can be different file versions. VerInf was created to troubleshoot that kind of problems: It lists all files with version information in a certain folder and all subfolders. You can work with different windows to compare… Read More »