An open API service indexing awesome lists of open source software.

https://github.com/leohchen/wmic

wmic is a wrapper package of the WMI command line utility
https://github.com/leohchen/wmic

golang windows wmi wmic

Last synced: 6 months ago
JSON representation

wmic is a wrapper package of the WMI command line utility

Awesome Lists containing this project

README

          

# wmic
wmic is a wrapper package of the WMI command line utility

It is a golang package, inspired by the wmi package of StackExchange.
https://github.com/StackExchange/wmi

It is a simplified verison wrapped around the 'wmic' utilit to reduce the dependencies of this package.