Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luke-beep/GSR
A lightweight script that generates a system report for troubleshooting purposes.
https://github.com/luke-beep/GSR
powershell powershellscripts scripts troubleshooting windows
Last synced: 3 months ago
JSON representation
A lightweight script that generates a system report for troubleshooting purposes.
- Host: GitHub
- URL: https://github.com/luke-beep/GSR
- Owner: luke-beep
- License: mit
- Created: 2023-12-21T20:06:53.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-17T09:36:31.000Z (10 months ago)
- Last Synced: 2024-07-12T01:48:14.738Z (4 months ago)
- Topics: powershell, powershellscripts, scripts, troubleshooting, windows
- Language: PowerShell
- Homepage: https://github.com/luke-beep/GSR
- Size: 1.36 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - luke-beep/GSR - A lightweight script that generates a system report for troubleshooting purposes. (PowerShell)
README
GSR
![Product](assets/product.png)
A PowerShell script to generate a detailed system report. Ideal for troubleshooting and system analysis, it collects comprehensive information about hardware, software, and network configurations.
### 🚀 Quick Navigation
- [💾 Script Information](#script-information)
- [🛠️ Features](#features)
- [🧠 Usage](#usage)
- [🧰 Variables](#variables)
- [📖 License](#license)
- [📝 Requirements](#requirements)### Script Information
---
- **Script Name:** GenerateSystemReport.ps1
- **Version:** 1.0.0
- **Date:** 21/12/2023
- **Author:** Azrael (LukeHjo)
- **License:** [MIT License](https://github.com/luke-beep/GSR/blob/main/LICENSE)
- **Repository:** [GitHub](https://github.com/luke-beep/GSR)### Features
---
- System information: CPU, GPU, memory, disk.
- Network details: configurations, adapters.
- Software inventory: installed programs, services.
- System logs: event, security.
- Customizable report paths and debug options.
- Debug mode for troubleshooting.
- Detailed error handling.
- Easy to use.
- Free and open source.
- No dependencies.
- No installation required.### Usage
---
Clone the repository using the following command:
```shell
git clone https://github.com/luke-beep/GSR.git
```Run the script using the following command:
```powershell
.\GenerateSystemReport.ps1
```### Variables
---
Modify the following variables to customize the script.
| Parameter | Description |
| --- | --- |
| `$customFolder` | The path to save the report. |
| `$useCustomFolder` | Enable the use of a custom folder. |
| `$debugFolder` | The path to save debug logs. |
| `$debug` | Enable debug mode. |### License
---
This project is licensed under the [MIT License](https://github.com/luke-beep/GSR/blob/main/LICENSE).
### Requirements
---
- PowerShell 5.1 or later.
- Windows NT 10.0 or later.
- Administrator privileges.---
**
© 2023 LukeHjo. All rights reserved.