Get detail about the OS such as disk, patching, cores etc. It is a useful utility to have when you a lot of machines for which you want to get information on. Helpful for system admins and performance engineers.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to execute the script
1: python 3.5
2: wmi python package installed (This can be downloaded from https://pypi.python.org/pypi/WMI/#downloads)
3: pywin32 python package installed
4: psutil python package installed
5: Correct privileges to run the scripts
1: Make sure above prerequisite are met first.
2: Execute the python script and it will generate the result in console.
- Currently only Windows OS Infomation is captured. LinuxOSinfo script needs to cater for all flavour of Linux/Unix OS too.
If you would like to contribute to this project, please reachout to me. Issues and pull requests are welcomed too.
This project is licensed under the Apache License - see the LICENSE file for details