Skip to main content

Create least privilege VBO Azure AD applications without using VBO

  • January 14, 2021
  • 4 comments
  • 162 views

StefanZi
Forum|alt.badge.img+3

Here’s a script I wrote to create Azure AD applications for VBO usage aside from creating the app from within VBO itself.

I experienced that this is not always easy to do (Global Admin using VBO to create an app, or having the Global Admin read the documentation and create the application with the right permissions, etc… on his own), so I hope my script can help here.

 

Check out my blog article on it at VBO365: Create Azure AD applications automatically with least priviliges – Z8N

And the script itself is available on Github: veeam/vbo-create-azure-ad-app.ps1 at master · StefanZi/veeam (github.com)

4 comments

falkob
Forum|alt.badge.img+13
  • Veeam Vanguard
  • 92 comments
  • January 14, 2021

Awesome script! 


StefanZi
Forum|alt.badge.img+3
  • Author
  • Comes here often
  • 49 comments
  • January 20, 2021

Added a new blog post on how to add an organization with this pre-created app & certificate: 

VBO365: Use pre-created Azure AD application for authentication – Z8N


regnor
Forum|alt.badge.img+14
  • Veeam MVP
  • 1383 comments
  • January 21, 2021

Thanks for sharing! This will sure save time in deployment and troubleshooting.


gulzarshaikhveeam
Forum|alt.badge.img+1
  • Experienced User
  • 140 comments
  • February 21, 2021

Excellent work Stefan. Well done!