PowerShell-based system information gathering tool for Windows endpoint diagnostics.
Tool · App · CLI · PowerShell · Practical by design
The System Information Tool shows important Windows device details in one place. It also provides practical actions for troubleshooting Microsoft Intune and the Intune Management Extension. You can add your own scripts for self-service support.
git clone https://github.com/JayRHa/SystemInformationTool.git
cd SystemInformationTool
Get-ChildItem -Recurse *.dll | Unblock-File
.\Install-SystemInformationTool.ps1The installation wrapper creates the Start menu entry and prepares the bundled libraries.
.\Start-SystemInformationTool.ps1Review the hostname, IP addresses, serial number, memory and other device attributes.
Run common troubleshooting actions for Microsoft Intune and the Intune Management Extension.
Place a PowerShell script in the scripts/ folder and register its display name and file name in _actions.json.
This project is available under the terms in LICENSE.
Built and maintained by Jannik Reinhard · Microsoft MVP for Security and AI Platform.
Stay healthy, Cheers Jannik


