Browsed by
Month: April 2019

Veeam Backup for Microsoft Office 365 Self-Service Web Portal update

Veeam Backup for Microsoft Office 365 Self-Service Web Portal update

UPDATE: Version 4 has been released! With a new release of Veeam Backup for Microsoft Office 365 comes a new update to the web portal! The code is now available on GitHub. Over the past few months, I’ve been receiving feature requests and enhancement ideas which have now mostly been implemented within the design. Have a look at the what’s new as well as some images below. As always, feedback is appreciated! What’s new? Organizations overview: Backup size per organization…

Read More Read More

Veeam Backup for Microsoft Office 365 v3 is here and it’s the best so far!

Veeam Backup for Microsoft Office 365 v3 is here and it’s the best so far!

A few years ago, Veeam released a product that allowed you to backup e-mails from Office 365. The number one question back then was: “Why? Microsoft does everything for me?“. Fast forward to the present and we all know better. Within Office 365, Microsoft is responsible for the infrastructure but it’s still your data and you want to be in control off it. Just like your own social media feed like Facebook or Twitter. Disclaimer: Nobody will judge you if…

Read More Read More

Veeam Backup for Microsoft Office 365 RESTful API: General settings

Veeam Backup for Microsoft Office 365 RESTful API: General settings

In the final part of the RESTful API series for Veeam Backup for Microsoft Office 365, we’ll go over some general settings which can be modified as well. These are fairly self-explaining. Exclusion settings The following request allows you to modify the backup exclusion settings. As this is a global setting, backup jobs will not process specified data. We will perform a PUT request against “/v4/ExclusionSettings“. {  “deletedItems”: “true”,  “drafts”: “false”,  “junkEmail”: “false”,  “outbox”: “false”,  “syncIssues”: “false”,  “litigationHold”: “true”,  “inPlaceHold”: “true” } The above will modify the…

Read More Read More