Added : VM backups

This commit is contained in:
e025532
2024-11-28 15:24:42 +01:00
parent d1f7f5f313
commit d528981311

View File

@@ -34,7 +34,7 @@
$answers = Invoke_WebInfraReports("SELECT a.VM, a.LastBackup, a.Result, a.LastGoodBackup, a.Host, b.OS
FROM netbackup_vms a
left join globalcrossover b on a.VM = b.Server
where a.vm not like 'WS%' order by a.VM");
where a.vm not like 'WS%' and a.vm not like '%vmmsv%' order by a.VM");
?>
<!-- HTML -->