This blog discusses a UWP (Universal) app that enumerates the drivers on a Windows 10 system (including IoT). Its like the Windows Device Manager app. Full source code is available.
In the previous blog, Win 10-IoT: Raspberry Pi 2 Peripherals - Connected Devices, various methods were discussed as to how to determine the drivers that are loaded on a Windows 10 Raspberry Pi 2 (and should apply to a MinnowMax Board). Here we look at some C# code to list all Device Interfaces (aka drivers).
The App State Machine, reproduced from the MSDN link above.
Class: Windows.Devices.Enumeration.Watcher
Watcher Events
Watcher generates a list of Windows.Devices.Enumeration.DeviceInformation :
Key DeviceInformation Class Properties
This app can list USB and other devices on the desktop and an IoT device running Windows 10.