Search This Blog

Sunday, February 2, 2020

Get Size Use on 0365 Objects

Before we start to do sizing for o365 backup, you should get the current size by execute the following command using O365 powershell


$org = Get-VBOOrganization -Name "o365democenter.onmicrosoft.com"
Measure-VBOOrganizationFullBackupSize -Organization $org


Output: