I'm attempting to use ManagementScope (as part of system.Management) to check the wireless strength of wireless adapters in Ubuntu as suggested here:
http://stackoverflow.com/questions/18758097/ddg#18763061
I'm finding that when I try to initialize ManagementScope, all I'm getting is not implemented exceptions.
> new ManagementScope("\\\\ubuntu\\root\\cimv2")
{System.Management.ManagementScope}
System.NotImplementedException: The method or operation is not implemented.
System.NotImplementedException: The method or operation is not implemented.
System.NotImplementedException: The method or operation is not implemented.
Is it possible these methods really haven't been implemented or am I missing something else here?