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.label }}
{{ cat.pct }}%
Findings by Severity (This Scan)
Score Trend (Last 6 Months)
{{ 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 }}
Remediation
View DocumentationResult Detail
Tags
{{ 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
| ID | Finding | Category | Action |
|---|---|---|---|
| {{ 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