Hi exarchbcn, you're very welcome.
Regarding used size, I apparently need to update my bookmarks as looks like that method was removed.
Try the method from this thread, I was able to get it to work on v12.3.1 (current as of this writing)
powershell-f26/get-backup-repository-st ... ml#p489708
The same class has the original method as well:
[Veeam.Backup.Core.CArchiveREpository]::GetUsedSizeByIndices() #pass the repository ID as the argument like in the example above
Regarding used size, I apparently need to update my bookmarks as looks like that method was removed.
Try the method from this thread, I was able to get it to work on v12.3.1 (current as of this writing)
powershell-f26/get-backup-repository-st ... ml#p489708
Code:
$repo = Get-VBRObjectStorageRepository -Type Wasabi -Name 'wasabi.cloud'[Veeam.Backup.Core.CArchiveRepository]::GetTotalUsedSize($repo.Id)[Veeam.Backup.Core.CArchiveREpository]::GetUsedSizeByIndices() #pass the repository ID as the argument like in the example above
Statistics: Posted by david.domask — May 19, 2025 7:45 am







