Code: Select all
PS C:\Documents and Settings\Administrator>$vbrjob = Get-VBRJob | Where {$_.Name -eq "<jobName>"}
PS C:\Documents and Settings\Administrator> $vbrjob |gm
   TypeName: Veeam.Backup.Core.CBackupJob
Name               MemberType Definition
----               ---------- ----------
Delete             Method     System.Void Delete()
DisableScheduler   Method     System.Void DisableScheduler()
EnableScheduler    Method     System.Void EnableScheduler()
Equals             Method     bool Equals(System.Object obj)
FindLastSession    Method     Veeam.Backup.Core.CBackupSession FindLastSessi...
GetHashCode        Method     int GetHashCode()
GetLastResult      Method     Veeam.Backup.Model.CBaseSessionInfo+EResult Ge...
GetLastState       Method     Veeam.Backup.Model.CBaseSessionInfo+EState Get...
GetObjectsInJob    Method     Veeam.Backup.Core.CObjectInJob[] GetObjectsInJ...
GetOptions         Method     Veeam.Backup.Model.BackupJobOptions GetOptions()
GetScheduleOptions Method     Veeam.Backup.Model.ScheduleOptions GetSchedule...
GetTargetHost      Method     Veeam.Backup.Core.CHost GetTargetHost()
GetType            Method     type GetType()
GetVssOptions      Method     Veeam.Backup.Model.CVssOptions GetVssOptions()
IsStopped          Method     bool IsStopped()
SetOptions         Method     System.Void SetOptions(Veeam.Backup.Model.Back...
SetVssOptions      Method     System.Void SetVssOptions(Veeam.Backup.Model.C...
ToString           Method     string ToString()
Description        Property   System.String Description {get;}
Id                 Property   System.Guid Id {get;}
Info               Property   Veeam.Backup.Model.CDbBackupJobInfo Info {get;}
IsScheduleEnabled  Property   System.Boolean IsScheduleEnabled {get;}
JobTargetType      Property   Veeam.Backup.Model.EDbJobType JobTargetType {g...
Name               Property   System.String Name {get;}
PS C:\Documents and Settings\Administrator>
I am using the latest build of Veeam Backup & Replication: 5.0.1.198