Monthly Archive: October 2023

0

Processing mails in MS Outlook with PowerShell

1. Plain text mails Let’s say we have a mail with the following content: First we have to specify where the mails are: Then we can call our function: 2. HTML mails In this...

0

Formatting a MS Excel note with PowerShell

INFO ABOUT POWERSHELL AND MS EXCEL Warning!Comments and Notes are two different things (now). In the commands below we use the Comment property and we change the formatting in the notes of the cells. Yeah it can be...