Sigh. None of the sample code is working because the namespace is wrong. In all cases in all languages. For example, the simple PowerShell command, typed into powershell, is supposed to work:

Get-WmiObject MSFT_NetAdapter -Namespace root\StandardCimv2

It doesn't, says Invalid Namespace. All the code examples I see on the net say it should work. Why doesn't it work? frown
_________________________
Tony Fabris