This is a simple yet effective PowerShell script for fetching and printing key system information on Windows. The script is particularly useful for system administrators and IT managers who need to quickly assess system details.
- System Model
- Motherboard Manufacturer
- Motherboard Product Name
- Operating System and Version
- BIOS Serial Number
- System SKU
- Installed Memory
- Processor Model and Speed
- Hard Drive and Partition Information
- Clone this repository or download the
Get-SystemInfo.ps1
file. - Open PowerShell.
- Navigate to the directory containing the script.
- Run the script using the command
.\Get-SystemInfo.ps1
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.