ctorkington-cra
12 years agoLevel 3
OpsCenter Policy Report
I have a NetBackup policy report which shows me everything except the Start Window times.
select
PolicyName,PolicyTypeName,ClientHostname,ClientOS,ScheduleName, ScheduleTypeName,FileList
from nom_NBPolicy p
where p.policystatus=0
and p.Active=1
Is there a way to get the same information but to include the Start Window times.
Thanks