20 lines
656 B
PowerShell
20 lines
656 B
PowerShell
[Report] @{
|
|
Title = 'Microsoft Office Audit Report'
|
|
ModuleName = 'ATAPAuditor'
|
|
BasedOn = @(
|
|
'CIS Microsoft Office Enterprise Benchmark, Version: 1.2.0, Date: 2024-07-19'
|
|
)
|
|
Sections = @(
|
|
[ReportSection] @{
|
|
Title = "CIS Benchmarks"
|
|
Description = "This section contains all CIS recommendations"
|
|
SubSections = @(
|
|
[ReportSection] @{
|
|
Title = 'Registry Settings/Group Policies'
|
|
AuditInfos = Test-AuditGroup "Microsoft Office Enterprise-CIS-1.2.0#RegistrySettings"
|
|
}
|
|
)
|
|
}
|
|
)
|
|
}
|