Outlook: Find when a message was modified
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 …
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 script with change the owner of a group, giving the new owner admin rights to the group. Connecting to Office 365 Changing the group owner using Set-DistributionGroup Change the GroupAlias and NewOwnersEmailAddress to the relevant values.
The following script will return a list of the email groups a Office 365 user is a member of. Useful if you are creating a new user and want to to be in the same groups. Getting a users email …
Problem: When trying to add a single shared mailbox to Outlook I was getting the generic message. “The set of folders cannot be opened. The file … is in use and cannot be accessed. Close any application that is using …
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 …