node-wmi
node-wmi copied to clipboard
Querying Win32_PNPAllocatedResource returns empty objects
Hello, I try to query Win32_PNPAllocatedResource like this:
wmi.Query({
class: 'Win32_PNPAllocatedResource',
//where: "Dependent LIKE '%'"
}, function(err, resource) {
console.log(resource);
});
It just returns an array of empty objects. I'm on local-host, node 10.1.1 LTS , WIndows 10 October Update