πŸ“‚

Drop TestResults.json

Release to load your Maester assessment results

{{ toast.msg }}
{{ pageTitle }}
Last scan: {{ formatDateLong(results.StartedAt) }}
{{ tenantDisplayName }}
{{ formatMonth(results.StartedAt) }}

Secureassess

Microsoft 365, Entra ID & Active Directory security posture assessment portal.

How to generate TestResults.json

Run Maester PowerShell against your M365 tenant:

Install-Module Maester -Force

Invoke-Maester -OutputFolder ./results -OutputHtmlFile TestResults.html

Then upload results/TestResults.json using the button above.

Security Overview
Microsoft 365, Entra ID & Active Directory posture β€” {{ formatMonth(results.StartedAt) }} assessment
Critical
{{ summary.critical }}
Findings requiring immediate action
High
{{ summary.high }}
High-severity findings
Medium
{{ summary.medium }}
Medium-severity findings
Passed
{{ summary.passed }}
Controls passing
Total Tests
{{ summary.total }}
M365 + Entra ID + AD
{{ scorePercent }}
/ 100
{{ gradeInfo.grade }}
{{ gradeInfo.msg }}
β–² {{ summary.critical }} CRITICAL
β–² {{ summary.high }} HIGH
β—† {{ summary.medium }} MEDIUM
Score by Category
{{ cat.icon }}
{{ cat.label }}
{{ cat.pct }}%
Findings by Severity (This Scan)
{{ bar.count }}
{{ bar.label }}
{{ bar.label }}
Score Trend (Last 6 Months)
{{ trendData[i].score }}
{{ pt.label }}
Critical & High Findings
ID Finding Category Severity
{{ t.Id }} {{ t.Title }} {{ getCategory(t.Id) }} {{ (t.Severity||'').toUpperCase() }}
Findings
Showing {{ filteredTests.length }} of {{ allTests.length }} tests
βœ“ βœ— – ?
{{ test.Id }}
{{ test.Title }}
{{ (test.Severity||'N/A').toUpperCase() }}
β–Ό

Status

{{ test.Result }}

Result Detail

Tags

{{ tag }}
{{ test.ErrorRecord[0]?.Exception?.Message || test.ErrorRecord[0] }}
No tests match your filters.
Remediation Plan
Failed tests sorted by severity β€” address Critical items first
{{ sev.toUpperCase() }} {{ failedBySev(sev).length }} items
IDFindingCategoryAction
{{ t.Id }} {{ t.Title }} {{ getCategory(t.Id) }} Fix β†’Manual
Configuration

Tenant Information

{{ k }}
{{ v }}

System Information

Machine
{{ results.SystemInfo.MachineName }}
OS
{{ results.SystemInfo.OSDescription }}
User
{{ results.SystemInfo.UserName }}@{{ results.SystemInfo.UserDomain }}

PowerShell

Version
{{ results.PowerShellInfo.Version }}
Edition
{{ results.PowerShellInfo.Edition }}

Loaded Modules

{{ m.Name }}
v{{ m.Version }}

Invoke Command

{{ results.InvokeCommand || 'N/A' }}
Reports
Export Options