Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 914 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 914 Bytes

PowerShell System Information Script

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.

Information Retrieved

  • 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

How to Run

  1. Clone this repository or download the Get-SystemInfo.ps1 file.
  2. Open PowerShell.
  3. Navigate to the directory containing the script.
  4. Run the script using the command .\Get-SystemInfo.ps1

Contributing

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.