Browsed by
Month: February 2019

Veeam Backup for Microsoft Office 365 RESTful API: SharePoint restores

Veeam Backup for Microsoft Office 365 RESTful API: SharePoint restores

This post is based upon the entire organization backup job which we made in part 1, we will dig deeper on how to perform restores for SharePoint. Starting a restore session Before we can actually restore a file or folder, we need to start a restore session. We will leverage the organization ID and perform a POST request against “/v2/Organizations/{organizationID}/action“. This will start a Veeam Explorer in the background and return a restore session ID. The restore session ID will…

Read More Read More

Veeam Backup for Microsoft Office 365 RESTful API: OneDrive restores

Veeam Backup for Microsoft Office 365 RESTful API: OneDrive restores

This post is based upon the entire organization backup job which we made in part 1, we will dig deeper on how to perform restores for OneDrive for Business. Starting a restore session Before we can actually restore a file or folder, we need to start a restore session. We will leverage the organization ID and perform a POST request against “/v2/Organizations/{organizationID}/action“. This will start a Veeam Explorer in the background and return a restore session ID. The restore session…

Read More Read More

Veeam Backup for Microsoft Office 365 RESTful API: Exchange restores

Veeam Backup for Microsoft Office 365 RESTful API: Exchange restores

Based upon the entire organization backup job, we will dig deeper on how to perform restores for Exchange and more important the requirements to it. IMPORTANT: To export Veeam Backup for Microsoft Office 365 entities to PST or MSG files, you must have a 64-bit version of Microsoft Outlook 2016, Microsoft Outlook 2013 or Microsoft Outlook 2010 installed on the computer running restore sessions. Starting a restore session Before we can actually restore an item (e-mail, calendar item,…), we need…

Read More Read More

Veeam Backup for Microsoft Office 365 RESTful API: Job management

Veeam Backup for Microsoft Office 365 RESTful API: Job management

Now that we have our organization added and created our first jobs, we will explore more details on job management such as: starting and stopping jobs enable or disable jobs renaming jobs modifying a job schedule adding or removing objects from the backup job deleting jobs Starting and stopping a job There will be moments where you manually want to start or stop a backup job. For both these actions, a JSON is required and we will POST this request…

Read More Read More