diff --git a/fixlet/Config - Web Reports Setting - Allow Custom WebReports - Multiple Settings.bes b/fixlet/Config - Web Reports Setting - Allow Custom WebReports - Multiple Settings.bes new file mode 100644 index 0000000..c4dbc33 --- /dev/null +++ b/fixlet/Config - Web Reports Setting - Allow Custom WebReports - Multiple Settings.bes @@ -0,0 +1,36 @@ + + + + Config - Web Reports Setting - Allow Custom WebReports - Multiple Settings + Task to enable custom web reports creation on a windows web reports server. + windows of operating system + exists service "BESWebReportsServer" + 3 != number of (it as integer) whose(it = 1) of values ("AllowCustomReportCreation";"AllowUserViewCustom";"AllowCustomReportExecution") of keys "HKLM\Software\BigFix\Enterprise Server\BESReports" of x32 registries + + Internal + + 2024-11-19 + + + + + x-fixlet-modification-time + Wed, 20 Nov 2024 03:24:41 +0000 + + BESC + + + Click + here + to deploy this action. + + // https://help.hcl-software.com/bigfix/11.0/platform/Platform/Web_Reports/c_creating_a_custom_report.html +regset "[HKEY_LOCAL_MACHINE\Software\BigFix\Enterprise Server\BESReports]" "AllowCustomReportCreation"="1" +regset "[HKEY_LOCAL_MACHINE\Software\BigFix\Enterprise Server\BESReports]" "AllowUserViewCustom"="1" +regset "[HKEY_LOCAL_MACHINE\Software\BigFix\Enterprise Server\BESReports]" "AllowCustomReportExecution"="1" + +wait net stop BESWebReportsServer +wait net start BESWebReportsServer + + +