
So last week I took a look at the new version and upgraded our test installation which only backs up one tenant.
I read through the documentation and found that repo upgrades as well as additional App-Registration permissions are required.
Now I thought about what would be the best approach to upgrade our production environment with a lot more tenants.
I think we should be able to trigger repo upgrades using a simple PowerShell one-liner (Get-VBORepository | Start-VBORepositoryUpgradeSession)
What about App-Registration permissions?
Can we just click again through the setup within the console for each tenant and Veeam just adds the missing permissions?
Otherwise I would write a script to go through every tenant and add the permissions (using Microsoft Graph PowerShell).
Maybe there is even another approach or someone already wrote a script?
Additonally we are using PowerShell scripts to automate different tasks; specifically customer onboarding.
Has anything changed significantly regarding Cmdlets?
Thank you for your input
