Veeam Backup for Microsoft 365 - Azure/Entra Application Creation Script

  • 20 November 2023
  • 1 comment
  • 88 views

Userlevel 7
Badge +8

A long time ago, my colleague @StefanZi  had provided a Powershell script to create the necessary Azure/Entra appplicaton to be used in Veeam Backup for Microsoft 365. In the meantime, new permission requirements have been added to this application and the Powershell cmdlet AzureAD will also be retired next year (see here), and one of my Powershell scripts also requires the automated creation of an application in Azure/Entra.

These were enough reasons for me to update the script. So what's new?

- Use of the Microsoft Graph Powershell Module
- Revise and add permissions
- Adaptations to the text (e.g. adapted product name)
- Optimize output

And the good news are. Script is ready to use. More details in my GitHub repository here.


Enjoy!
Steve


1 comment

Userlevel 7
Badge +20

Thanks for sharing these, Steve.  I am now exploring Azure and Veeam so this will come in handy.

Comment