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

  • 13 January 2023
  • 1 comment
  • 124 views

Userlevel 7
Badge +8

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

Userlevel 7
Badge +20

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

Comment