Docs

Find Your System Information

Use these commands to collect the machine details needed for the CogentQAI analysis questionnaire.

Back to Analysis

Windows

Run this in PowerShell to inspect processor, Windows edition, and version details.

Get-ComputerInfo | Select-Object CsProcessors, OsName, OsVersion

macOS

Run this in Terminal to collect hardware and macOS software information in one report.

system_profiler SPHardwareDataType SPSoftwareDataType

Linux

Run this in Terminal to view CPU details, available memory, and kernel information.

lscpu && free -h && uname -a