Installing and updating Veeam Backup for Microsoft 365 using Chocolatey


Userlevel 7
Badge +14

Hi all,

Introduction

 

For those who do not know what Chocolatey is, in short it's an package manager for Windows. Just like apt/yum/dnf/etc for linux or brew for MacOS. If you want more information, have a look at their website. There are links to their docs and other resources for more information. If you can't find what you are looking for, reach out to them on their Discord or drop me a DM (probably slower responses)

 

Why Chocolatey?

Installing software on a Windows machine is like the wild west, every installer is different. There is no standardized installation. A lot of people who have installed software probably know the installer where you have that blue background and those white letters on top with the name of the software, or an installer where the next > button on the next screen is replaced by the < previous button. We all blindly click on next, next, next, finish, right?

Only to find out that you, for example, need to install .NET Framework as a dependency and if you want to download it. 

This is where Chocolatey comes into play. Chocolatey automates those installers. It installs the software and dependencies automagically. This is done by a package maintainer. 

I made Chocolatey packages for Veeam Backup for Microsoft 365, Veeam Backup & Replication, Veeam ONE, Veeam Service Provider Console and recently took over the maintenance for Veeam Agent for Windows

 

Veeam Backup for Microsoft 365

I am gonna assume you have installed Chocolatey already. If not, please follow the link and install it as described in their documentation.

Most times, installing Chocolatey packages is easy, find the package ID, run the command and be done with it. 

Some packages contain package parameters, this is required for the other Veeam packages but not for these.

Since the V6 release, this software is released using an ISO. Just like the installation for VBR and VSPC. A Chocolatey package can only install one piece of software, therefore I needed to create multiple packages for Veeam Backup for Microsoft 365. The ISO only needs to be downloaded once, since it's a depended package for all of the other packages. This saves time, disk space and bandwidth.

If you want it all on one machine, the installation is simple:

choco install veeam-backup-for-microsoft-365 

This installs/downloads:

  • The ISO
  • Install all the dependencies like .NET framework
  • Veeam Backup for Microsoft 365 components:
    • Console
    • Server,
    • Powershell Module
    • Rest API
  • Veeam Explorers:
    • Exchange
    • Sharepoint (and OneDrive)
    • Teams

Upgrading is easy as well:

choco upgrade veeam-backup-for-microsoft-365

 

If you only want to install the Console and Explorers on your desktop, you can run:

choco install veeam-backup-for-microsoft-365-console

 

If you have any questions or issues, feel free to comment below, reach out to me

 

Enjoy!

 

P.S. Later I'll create some posts for the other Veeam software and their specific needs.


11 comments

Userlevel 7
Badge +20

Love using Chocolatey for updating and installing.  Great post @mkevenaar 👍

Userlevel 7
Badge +10

Great post, @mkevenaar !

Userlevel 7
Badge +14

Great post, @mkevenaar !

Thank you @Rick Vanover that means a lot!

Userlevel 7
Badge +17

Interesting post, have to try chocolatey…  😎👍🏼

Userlevel 7
Badge +14

Interesting post, have to try chocolatey…  😎👍🏼

If you have any questions, drop them below, reach out to me directly, I'll reply as soon as I can

Userlevel 7
Badge +20

Interesting post, have to try chocolatey…  😎👍🏼

For Veeam stuff it is a game changer to automate but also for many other things too. 😁

Userlevel 7
Badge +14

Interesting post, have to try chocolatey…  😎👍🏼

For Veeam stuff it is a game changer to automate but also for many other things too. 😁

I am gonna create blog posts for VBR / VONE etc later here. They are a bit more tricky and less straightforward as choco install veeam-backup-and-replication unfortunately. 

Userlevel 7
Badge +17

Interesting post, have to try chocolatey…  😎👍🏼

If you have any questions, drop them below, reach out to me directly, I'll reply as soon as I can

Thank you 😎 I will do this...

Userlevel 7
Badge +20

Interesting post, have to try chocolatey…  😎👍🏼

For Veeam stuff it is a game changer to automate but also for many other things too. 😁

I am gonna create blog posts for VBR / VONE etc later here. They are a bit more tricky and less straightforward as choco install veeam-backup-and-replication unfortunately. 

Very cool.  Look forward to reading those. 👍🏼

Userlevel 7
Badge +9

Great post! I have not thought about creating Chocolatey packages. I will definitely try this out. For those that would like to try Chocolatey out, here is a guide on how to install, upgrade and uninstall Chocolatey: https://techdirectarchive.com/2020/05/25/windows-package-manager-how-to-install-upgrade-and-uninstall-chocolatey/ 

By the way, here is another Package Manager called Winget CLI I have played with in the past. Take a look: https://techdirectarchive.com/2020/05/23/winget-cli-how-to-install-applications-with-windows-package-manager/

Userlevel 2
Badge

nice work!

Comment