diff --git a/Hyper-V/VMs-Backups.php b/Hyper-V/VMs-Backups.php index 3b51ab4..94e1a97 100644 --- a/Hyper-V/VMs-Backups.php +++ b/Hyper-V/VMs-Backups.php @@ -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"); ?>