Skip to main content

vb365-exo-usage-report.ps1 - Script to report some Exchange Online numbers

  • January 13, 2023
  • 1 comment
  • 148 views

SteveHeart
Forum|alt.badge.img+11

Sometimes my customers ask for a more detailed capcity report regarding the stored Exchange Online backup data. Currently you only get the consumed capacity per repository and per organization. But how about calculating an average value from the stored backup data divided by the number of protected mailboxes?


I wanted to hit two birds with one stone: Write a new script covering this topic and start to switch my existing scripts to modern authentication. Here you are: 

https://github.com/yetanothermightytool/powershell/tree/master/vbo/vb365-exo-usage-report

Soon I will publish a how-to guide with step by step instructions on how to create/update scripts using the modern authentication approach. Stay tuned.

 

Happy weekend!

 

Steve

1 comment

Chris.Childerhose
Forum|alt.badge.img+21
  • Veeam Legend, Veeam Vanguard
  • 9539 comments
  • January 13, 2023

Thanks for sharing. Always loved using Exchange and working with it. Moved on but will test this out.