/usr/netvault/util/>./nvreport -class "Job History" -format "%startdate::12 %startsystime:16 %JobDefinitionId::6 %instanceid::6 %Title::20 %TransferSize %exitstatus %ClientName" -include "%ClientName = "GVEWINSRV01"" -sort "%startdate" -outputdir "test01"
/usr/netvault/util/>./nvreport -class "Job History" -format "%startdate::12 %startsystime:16 %JobDefinitionId::6 %instanceid::6 %Title::20 %TransferSize %exitstatus %ClientName" -include "%ClientName = "GVEWINSRV01"" -sort "%startdate" -outputdir "test01"
Note reports can be customized as per user needs, however below commands is to generate reports for one client .
You could remove the include option to list all clients . (-include "%ClientName = "GVEWINSRV01"")
Also the below command will create a file under the ~Netvault install directory~\reports\output\test01
You could remove this option as well to list the report on command line .
To further enhance you could use the option nvsendmail command to attach the report and email to your inbox if needed .
Note in place of "GVEWINSRV01" give your client name, you should get the report .