Tool Detail
SmartM365 Endpoint Diagnostics Analyzer
Analyze Intune diagnostic ZIP files and local Windows captures, export HTML reports, and use restricted redacted-text export with manual privacy review.
Stable 0.3.0 is published
Published on September 4, 2026 on GitHub Releases and PowerShell Gallery. The bundle includes the Gallery module and optional Intune administrator packaging files; downloading it does not deploy anything to Intune.
Install from PowerShell Gallery
Run these commands in PowerShell to install version 0.3.0 for the current user.
Install-Module -Name SmartM365.EndpointDiagnosticsAnalyzer -RequiredVersion 0.3.0 -Repository PSGallery -Scope CurrentUser
Import-Module SmartM365.EndpointDiagnosticsAnalyzer -RequiredVersion 0.3.0
Install-SmartM365EndpointDiagnosticsAnalyzer
After installation, open SmartM365 > Smart Endpoint Diagnostics Analyzer from the Windows Start menu.
Install from the verified ZIP
Download the ZIP and SHA-256 file above. Compare the downloaded archive hash with the published checksum before extracting.
Get-FileHash -Algorithm SHA256 .\SmartM365-EndpointDiagnosticsAnalyzer-v0.3.0.zip
Expected archive SHA-256:
C45783CEBF8FF651D6AAC06907AFE071E0563726B3A45DBC9B3AE052E18340B7
Extract the complete ZIP, open PowerShell in the extracted directory, then run these commands. Open the Start menu shortcut after installation.
Import-Module .\GalleryPackage\SmartM365.EndpointDiagnosticsAnalyzer\0.3.0\SmartM365.EndpointDiagnosticsAnalyzer.psd1
Install-SmartM365EndpointDiagnosticsAnalyzer
The archive includes SHA256SUMS.txt for its files. Ordinary installation does not require running publication scripts. PowerShell payloads are signed by workplacecloudhub.com; signature trust depends on the workstation certificate trust and execution policy.
Explicit updates
For a Gallery installation, run this command to update the module and installed runtime. Automatic updates are disabled; no scheduled update task is created. Prereleases are excluded by default.
Update-SmartM365EndpointDiagnosticsAnalyzer
The update command refuses Intune-owned installations: update those through Intune. For a bundle update, download and verify the chosen release, import its module and run its installation command explicitly.
Privacy and export limits
Core analysis runs locally. Claude, OpenAI or Ollama analysis is optional; external AI analysis is a separate user action. Review sensitive diagnostics before sending them to an external provider.
Redacted-text ZIP export removes common identifiers from supported text and entry names. It is not guaranteed anonymization: manually inspect every export before sharing. Original diagnostic archives are unchanged.
Unsupported binary content such as EVTX/CAB, oversized entries and undecodable text are rejected. Ordinary diagnostic archives containing these files cannot be exported with this action.
Validation boundary
The release reports real local-device and Intune-ZIP workflows validated on Windows 10. The user reported successfully completing a subsequent interactive test of stable 0.3.0 on Windows 11 on September 7, 2026. Stable identifies the release channel, not exhaustive certification of every rule or device.
Version 0.3.0 promotes preview18 without diagnostic algorithm changes. Full result loading and rendering can temporarily pause the GUI. Missing, partial or failed evidence must not be treated as complete diagnostic coverage.
Release source and documentation
SmartM365/Devices/EndpointDiagnosticsAnalyzer
endpoint-diagnostics-analyzer-v0.3.0