I installed Open Management Infrastructure (OMI) on WSL "Ubuntu 20.04.3 LTS" as described on https://github.com/Microsoft/omi-script-provider .
These examples runs as expected:
- /opt/omi/bin/omicli ei root/omi OMI_Identify
- /opt/omi/bin/omicli gc root/omi OMI_Identify
Now, I would like to have the list of classes, namespaces and installed providers. Also, unfortunately, the only documentation about OMI I could find is seven years old: OMI on Github
Suggestions, please ?