Hello all,
I have been struggling to gather a list that contains Hostname (VM that is replicated, JobName, CreationDate) using powershell.
I can get a list in job level using "Get-VBRReplica" but it does not contain vms.
Tried using GetObjectsInJob() or Get-VBRJobObject but i think these are valid for normal replication jobs not cloud connect replication.
Method invocation failed because [Veeam.Backup.Core.CBackup] does not contain a method named 'GetObjectsInJob'.
I have tried to gather this using MSSQL but understanding table logic was very hard.
Note: We can export replicas->ready menu output in console but we need this in order to automate another script so getting this data manually is not an option.
I have been struggling to gather a list that contains Hostname (VM that is replicated, JobName, CreationDate) using powershell.
I can get a list in job level using "Get-VBRReplica" but it does not contain vms.
Tried using GetObjectsInJob() or Get-VBRJobObject but i think these are valid for normal replication jobs not cloud connect replication.
Method invocation failed because [Veeam.Backup.Core.CBackup] does not contain a method named 'GetObjectsInJob'.
I have tried to gather this using MSSQL but understanding table logic was very hard.
Note: We can export replicas->ready menu output in console but we need this in order to automate another script so getting this data manually is not an option.
Statistics: Posted by sturmtr — Oct 15, 2025 8:30 am






