I want to know if we can schedule the report fo Cloud Connect Tenants. The output from the report button in the GUI is really nice but I can find a way to schedule it. I've looked in Veeam One Reporter but it's not the exact same info as the report button from the GUI. I also checked to build a custom report from Powershell but it seems I don't have access to all the informations I need (like # of VM by repo by tenant).
"Get-VBRCloudTenant" return the # of VM that tenant have, but I can't find the info per repo.
"Get-VBRCloudTenant | Select-Object -ExpandProperty Resources" returns a bit more infos but again I don't know the # of VM or the last results for that repo.
I also tried the following command but it returns me errors
Thanks for the replies. My problem is when a tenant have more than one repository, I'm not able to get the VM count per repository. But that's fine for now, I can live with that.
The help file of the Get-VBRCloudTenant command return this :
-------------- Example 3 --------------
C:\PS>Get-VBRBackupRepository -Name "Backups Vol2" | Get-VBRCloudTenant
This command looks for the cloud tenants by backup repository.
Run Get-VBRBackupRepository to get the repository and pipe the result to Get-VBRCloudTenant.
However, when I run that command, I got the following error :