• PowerShell
  • PowerShell Gallery
  • Cross-platform
  • System info

Highlights

  • Single `Get-SysInfo` entry point with `-Section` and `-Property` filters for narrow queries.
  • Per-section cmdlets (`Get-CpuInfo`, `Get-MemoryInfo`, `Get-NetworkInfo`, …) for scripting.
  • Object-first design — every return value is JSON-shaped with no string parsing required.
  • Distributed via the PowerShell Gallery: `Install-Module PS-SysInfo`.