Word Change Mail Merge Date Format
I recently had a case where one of my colleagues was performing a mail merge from an Excel document. All the dates were showing in the American format. In Excel, the dates were in the UK format but when the …
I recently had a case where one of my colleagues was performing a mail merge from an Excel document. All the dates were showing in the American format. In Excel, the dates were in the UK format but when the …
In this post I will give you a couple of different methods to get the last modified date of an email. This could be used to see if a mail has been modified in some way after being recieved. For …
The below is a little example of how to extract a list of the configured Office 365 email forwarding settings using the cmdlet get-mailbox for all mailboxes Connecting to exchange You can either run the command from a local PowerShell …
The following PowerShell snippet can be used to to export the results of a message trace, unfortunately at the time of writing the Office365 portal does not allow you to do this in the GUI. Connecting to Office365 via Powershell …