@BillSlaven - because of the way the data pulls through the API, it was more efficient to build reports for different needs rather than building one large report builder. (We have large customers that for massive DNS reports their server may run for a few hours to pull the data.) Performance and all. We do have customers that will go in and modify the POSH running under neath and combine these reports, but it can get involved.
So, for this request, I suggest as you stated, copy/paste is your friend. I know it requires manual intervention. However, if the idea is to pull everything into one report, that’s the only option short of modifying the script code.
Hope that helps.
Hi, thank you for your feedback! Below is a little info on templates and where to get help.
Out of interest when you said “I want to add further DNS reports to it such as DNS Blocked Adult & DNS Allowed Streaming Media & Social Networking.” How would you see this looking field wise for these sections?
For topics on how to templates work see :
https://community.webroot.com/template-customization-119
Generally the Powershell script populates sheets per query in the spreadsheet. Once the data is in the spreadsheet, it’s all Excel functionality from there (pivot tables/ charts). There are exceptions where the Power shell script does the processing, like DNS allowed traffic … this can be huge amounts of data. However if you want to change the data sets in the sheets you will need to update the Powershell script.
There’s a high level diagram here that explains the structure of the powershell
https://community.webroot.com/template-customization-119/template-powershell-script-structure-341957
So if you you’re not a scripter then easier to have multiple reports for now. The manifest file is just for naming it doesn’t impact the logic, you’ll need to change the "ReportName" and "ReportGeneratedNameAlias" at a minimum to make sure it doesn’t clash with the existing report templates.
Please note that as the tool matures we will be adding more support material.