PowerShell script exchange
Post Reply
ebergan
Lurker
Posts: 1
Liked: never
Joined: Mar 18, 2016 2:35 pm
Full Name: Ernie Bergan
Contact:

Endpoint Policy Job and Session information gap?

Post by ebergan »

We're validating a report that summarizes Endpoint jobs and sessions in our lab. We defined a couple of Endpoint Policies that resulted in Endpoint Agent jobs. I see these if I interrogate the base CBackupJob (object?):
Example:

Code: Select all

$CBackupsEP = [Veeam.Backup.Core.CBackupJob]::GetByType("EndpointBackup")
$CBackupsEPAgentPolicy = [Veeam.Backup.Core.CBackupJob]::GetByType("EpAgentPolicy")
$CBackupsEPAgentBackup = [Veeam.Backup.Core.CBackupJob]::GetByType("EpAgentBackup")
$CBackups = $CBackupsEP + $CBackupsEPAgentPolicy + $CBackupsEPAgentBackup
If I execute Get-VBREPJob, or Get-VBREPSession, these commands do not return EPAgentPolicy nor EPAgentBackup jobs or sessions. I've opened case 02455040 on this topic. In the meantime, any thoughts on another means by which I can gather information about the successes and failures, sizes, etc. of these Endpoint Policy-associated jobs and sessions?
Post Reply

Who is online

Users browsing this forum: No registered users and 13 guests