Update text

This commit is contained in:
Przemyslaw Klys
2024-10-17 19:36:20 +02:00
parent 096c6354d7
commit 8bdb157330
+15 -1
View File
@@ -14,9 +14,23 @@
}
Overview = {
}
Summary = {
New-HTMLText -TextBlock {
"This report shows legacy ADM files in SYSVOL. These files are no longer used and can be safely removed. "
"Before 'adm' files were replaced by 'admx' files, they were stored in the SYSVOL share, directly per each GPO. "
"This report will help you identify and remove these files. "
}
}
Solution = {
New-HTMLTable -DataTable $Script:Reporting['SysVolLegacyFiles']['Data'] -Filtering
New-HTMLSection -Invisible {
New-HTMLPanel {
& $Script:GPOConfiguration['SysVolLegacyFiles']['Summary']
}
}
New-HTMLSection -Name "Legacy ADM Files in SYSVOL" {
New-HTMLTable -DataTable $Script:Reporting['SysVolLegacyFiles']['Data'] -Filtering -PagingOptions 7, 15, 30, 45, 60 -ScrollX
}
if ($Script:Reporting['SysVolLegacyFiles']['WarningsAndErrors']) {
New-HTMLSection -Name 'Warnings & Errors to Review' {
New-HTMLTable -DataTable $Script:Reporting['SysVolLegacyFiles']['WarningsAndErrors'] -Filtering {