Code: Select all
asnp VeeamPSSnapin
$vbrsessions = Get-VBRBackupSession | ?{$_.JobType -eq "Backup" -and $_.EndTime -ge (Get-Date).adddays(-1) -and $_.result -eq "warning"}
foreach ($session in $vbrsessions)
{
foreach ($failedVM in $session.GetTaskSessionsByStatus("warning"))
{
write-host $failedVM.Name, $FailedVM.status, $FailedVM.info.reason
}
}
Code: Select all
cus3-vfs05 Warning pre-freeze script finished execution with exit code 4
Cus6x-Tfs2 Warning pre-freeze script finished execution with exit code 6
Cus61-MatFs08 Warning pre-freeze script finished execution with exit code 3
Cus61-NprFs06 Warning pre-freeze script finished execution with exit code 4
Cus3-Vfs08 Warning pre-freeze script finished execution with exit code 4
Rcunv61f-Fs01 Warning pre-freeze script finished execution with exit code 8
CUS61-NPRFS02 Warning pre-freeze script finished execution with exit code 4
DevMtx-Fs04 Warning pre-freeze script finished execution with exit code 8
cus61-matfs01 Warning pre-freeze script finished execution with exit code 3
Cus3-vfs02 Warning pre-freeze script finished execution with exit code 4
Csmt-MatFs01 Warning pre-freeze script finished execution with exit code 4
Cus61-MatFs07 Warning pre-freeze script finished execution with exit code 3
DevMtx-Fs03 Warning pre-freeze script finished execution with exit code 4
Cus6x-TmatFs01 Warning pre-freeze script finished execution with exit code 3
Cus61-MatUnv Warning pre-freeze script finished execution with exit code 3
Cus61-MatFs05 Warning pre-freeze script finished execution with exit code 3
cus61-nprfs01 Warning pre-freeze script finished execution with exit code 4
cus3-vfs01 Warning pre-freeze script finished execution with exit code 4
CUS61-MATFS02 Warning pre-freeze script finished execution with exit code 3
cus61-nprunv Warning pre-freeze script finished execution with exit code 4
DevMtx-Pp01 Warning pre-freeze script finished execution with exit code 4
Cus61-MatFs04 Warning pre-freeze script finished execution with exit code 3
DevMtx-Fs05 Warning pre-freeze script finished execution with exit code 4
AR6XF-FS01 Warning pre-freeze script finished execution with exit code 3
Cus61-MatFs06 Warning pre-freeze script finished execution with exit code 3
Cus61-NprFs03 Warning pre-freeze script finished execution with exit code 4
DevMtx-Fs01 Warning pre-freeze script finished execution with exit code 8
Dev616F-Fs02 Warning pre-freeze script finished execution with exit code 4
Cus61-MatFs03 Warning pre-freeze script finished execution with exit code 3
AR6XN-FS03 Warning pre-freeze script finished execution with exit code 3
DevMtx-Fs02 Warning pre-freeze script finished execution with exit code 4