https://github.com/ispique/wmi-query-tool
A Python script that leverages Windows Management Instrumentation (WMI) to query and retrieve a wide range of system information and configuration data from your computer.
https://github.com/ispique/wmi-query-tool
python windows-management-instrumentation wmi wmi-python wmi-query wmi-query-tool wmi-scripting
Last synced: 5 months ago
JSON representation
A Python script that leverages Windows Management Instrumentation (WMI) to query and retrieve a wide range of system information and configuration data from your computer.
- Host: GitHub
- URL: https://github.com/ispique/wmi-query-tool
- Owner: isPique
- License: mit
- Created: 2023-10-30T15:14:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-13T18:38:38.000Z (over 1 year ago)
- Last Synced: 2024-08-13T21:58:11.691Z (over 1 year ago)
- Topics: python, windows-management-instrumentation, wmi, wmi-python, wmi-query, wmi-query-tool, wmi-scripting
- Language: Python
- Homepage:
- Size: 678 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# INSTALLATION
```bash
pip install -r requirements.txt
```
# About Script
* This script is a WMI query tool to explore and access different aspects of your system and retrieve information about hardware, software, and other system parameters.
* Please make sure that the `queries.json` file is in the same directory where the current code is running.
# Notice
* This code contains only 50 of the **WMI classes**. If you want to find out more, [see.](https://learn.microsoft.com/en-us/windows/win32/wmisdk/wmi-start-page)